From 59be9ae1d2ab7080a853242114535dc8d7440099 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 19 Mar 2003 08:06:19 +0000 Subject: [PATCH] start with 0 desktops, so the focus_order stuff all gets initialized properly --- openbox/screen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2