start with 0 desktops, so the focus_order stuff all gets initialized properly
This commit is contained in:
parent
8428becfde
commit
59be9ae1d2
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue