dont bother fucking everythign up when the desktops number hasnt changed
This commit is contained in:
parent
9a7db27b46
commit
c9ef2f0118
1 changed files with 2 additions and 0 deletions
|
@ -350,6 +350,8 @@ void screen_set_num_desktops(guint num)
|
|||
|
||||
g_assert(num > 0);
|
||||
|
||||
if (screen_num_desktops == num) return;
|
||||
|
||||
old = screen_num_desktops;
|
||||
screen_num_desktops = num;
|
||||
PROP_SET32(RootWindow(ob_display, ob_screen),
|
||||
|
|
Loading…
Reference in a new issue