Client: Add 2 uicb function requested by bacardi95: client_screen_{next, prev}.
This commit is contained in:
@@ -112,7 +112,7 @@ quit(void)
|
||||
IFREE(func_list);
|
||||
IFREE(layout_list);
|
||||
|
||||
/* Clean conf alloced thing {{{ */
|
||||
/* Clean conf alloced thing */
|
||||
IFREE(menulayout.item);
|
||||
|
||||
if(conf.menu)
|
||||
@@ -135,7 +135,6 @@ quit(void)
|
||||
IFREE(conf.titlebar.button);
|
||||
IFREE(conf.client.mouse);
|
||||
IFREE(conf.root.mouse);
|
||||
/* }}} */
|
||||
|
||||
XSync(dpy, False);
|
||||
XCloseDisplay(dpy);
|
||||
|
||||
Reference in New Issue
Block a user