From: Mikael Magnusson Date: Fri, 8 Feb 2008 09:22:57 +0000 (+0100) Subject: Don't bother setting screen_last_desktop here, it's inited in screen_startup anyway. X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=86a95d84401562b628a570f34baaad8e8d03487b;p=chaz%2Fopenbox Don't bother setting screen_last_desktop here, it's inited in screen_startup anyway. --- diff --git a/openbox/screen.c b/openbox/screen.c index 73429bc9..da490778 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -59,7 +59,7 @@ static void screen_fallback_focus(void); guint screen_num_desktops; guint screen_num_monitors; guint screen_desktop; -guint screen_last_desktop = 1; +guint screen_last_desktop; gboolean screen_showing_desktop; ObDesktopLayout screen_desktop_layout; gchar **screen_desktop_names;