From: Dana Jansens Date: Wed, 19 Mar 2003 08:06:19 +0000 (+0000) Subject: start with 0 desktops, so the focus_order stuff all gets initialized properly X-Git-Tag: openbox-3_0-rc1-RELEASE~1888 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=59be9ae1d2ab7080a853242114535dc8d7440099;p=dana%2Fopenbox.git start with 0 desktops, so the focus_order stuff all gets initialized properly --- diff --git a/openbox/screen.c b/openbox/screen.c index 01acbfe2..3ff40df4 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -20,7 +20,7 @@ SubstructureNotifyMask | SubstructureRedirectMask | \ ButtonPressMask | ButtonReleaseMask | ButtonMotionMask) -guint screen_num_desktops = 1; +guint screen_num_desktops = 0; guint screen_desktop = 0; Size screen_physical_size; gboolean screen_showing_desktop;