This one gets _NET_DESKTOP_GEOMETRY set correctly when the desktop size is changed.
/Kim
diff -ur -X excl-cvs.list e16-cvs.org/e/src/hints.c e16/e/src/hints.c
--- e16-cvs.org/e/src/hints.c 2003-03-28 06:16:16.000000000 +0100
+++ e16/e/src/hints.c 2003-04-03 00:35:53.000000000 +0200
@@ -73,7 +73,6 @@
#if ENABLE_EWMH
EWMH_SetDesktopCount();
EWMH_SetDesktopNames();
- EWMH_SetDesktopSize();
#endif
EDBUG_RETURN_;
}
@@ -85,6 +84,9 @@
#if ENABLE_GNOME
GNOME_SetAreaCount();
#endif
+#if ENABLE_EWMH
+ EWMH_SetDesktopSize();
+#endif
EDBUG_RETURN_;
}
