Don't bother setting screen_last_desktop here, it's inited in screen_startup anyway.
This commit is contained in:
parent
307befd333
commit
86a95d8440
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue