start with 0 desktops, so the focus_order stuff all gets initialized properly

This commit is contained in:
Dana Jansens 2003-03-19 08:06:19 +00:00
parent 8428becfde
commit 59be9ae1d2

View file

@ -20,7 +20,7 @@
SubstructureNotifyMask | SubstructureRedirectMask | \ SubstructureNotifyMask | SubstructureRedirectMask | \
ButtonPressMask | ButtonReleaseMask | ButtonMotionMask) ButtonPressMask | ButtonReleaseMask | ButtonMotionMask)
guint screen_num_desktops = 1; guint screen_num_desktops = 0;
guint screen_desktop = 0; guint screen_desktop = 0;
Size screen_physical_size; Size screen_physical_size;
gboolean screen_showing_desktop; gboolean screen_showing_desktop;