From: Mikael Magnusson Date: Mon, 23 Jul 2007 23:50:34 +0000 (+0200) Subject: Initialize screen_last_desktop to 1. X-Git-Tag: mikabox-3.4.3~5 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=1ba29c9f12969c837766c61a4d211b1e67b45670;p=mikachu%2Fopenbox.git Initialize screen_last_desktop to 1. --- diff --git a/openbox/screen.c b/openbox/screen.c index 4257a50a..23b60009 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -57,7 +57,7 @@ static gboolean replace_wm(); guint screen_num_desktops; guint screen_num_monitors; guint screen_desktop; -guint screen_last_desktop; +guint screen_last_desktop = 1; Size screen_physical_size; gboolean screen_showing_desktop; ObDesktopLayout screen_desktop_layout;