Don't bother setting screen_last_desktop here, it's inited in screen_startup anyway.

This commit is contained in:
Mikael Magnusson 2008-02-08 10:22:57 +01:00
parent 307befd333
commit 86a95d8440

View file

@ -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;