summaryrefslogtreecommitdiff
path: root/src/nautilus-desktop-window.c
diff options
context:
space:
mode:
authorJohn Harper <jsh@eazel.com>2001-04-03 21:26:03 +0000
committerJohn Harper <jsh@src.gnome.org>2001-04-03 21:26:03 +0000
commit36d6126e3ca8ebaebef96dfb977bba1aa86fa9e6 (patch)
tree66990d69b34bc0820639282fb2ef728a95dce3a8 /src/nautilus-desktop-window.c
parentdbf3da8b83fa72999fbe3bc6564415cc9fa9a7ad (diff)
downloadnautilus-36d6126e3ca8ebaebef96dfb977bba1aa86fa9e6.tar.gz
Fixed part of bug 7823 (Nautilus window hints make it unusable with the
2001-04-03 John Harper <jsh@eazel.com> Fixed part of bug 7823 (Nautilus window hints make it unusable with the IceWM window manager): * src/nautilus-desktop-window.c (realize): don't include WIN_STATE_HIDDEN in the desktop window's state hints IceWM apparently interprets this bit as meaning `don't display the window', despite the GNOME documentation saying that it just means `not on taskbar but window visible'
Diffstat (limited to 'src/nautilus-desktop-window.c')
-rw-r--r--src/nautilus-desktop-window.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/nautilus-desktop-window.c b/src/nautilus-desktop-window.c
index 98a9e9f29..dbc1fc9bd 100644
--- a/src/nautilus-desktop-window.c
+++ b/src/nautilus-desktop-window.c
@@ -186,13 +186,17 @@ realize (GtkWidget *widget)
/* Make things like the task list ignore this window and make
* it clear that it it's at its full size.
+ *
+ * We originally included WIN_STATE_HIDDEN here, but IceWM
+ * interprets that (wrongly, imho) as meaning `don't display
+ * this window'. Not including this bit seems to make
+ * no difference though, so..
*/
gnome_win_hints_set_state (widget,
WIN_STATE_STICKY
| WIN_STATE_MAXIMIZED_VERT
| WIN_STATE_MAXIMIZED_HORIZ
| WIN_STATE_FIXED_POSITION
- | WIN_STATE_HIDDEN
| WIN_STATE_ARRANGE_IGNORE);
/* Make sure that focus, and any window lists or task bars also