Client: Add 2 uicb function requested by bacardi95: client_screen_{next, prev}.

This commit is contained in:
Martin Duquesnoy
2009-07-13 21:54:00 +02:00
parent d6b1a18867
commit ec009c98e1
4 changed files with 51 additions and 2 deletions

View File

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