foo 70c7b432
Anselm R. Garbe · 2007-05-23 14:51 1 file(s) · +1 −1
dwm.h +1 −1
127 127
void initlayouts(void);			/* initialize layout array */
128 128
Client *nexttiled(Client *c);		/* returns tiled successor of c */
129 129
void restack(void);			/* restores z layers of all clients */
130 -
void setlayout(const char *arg);	/* sets layout, -1 toggles */
130 +
void setlayout(const char *arg);	/* sets layout, NULL means next layout */
131 131
void togglebar(const char *arg);	/* shows/hides the bar */
132 132
void togglemax(const char *arg);	/* toggles maximization of floating client */
133 133
void zoom(const char *arg);		/* zooms the focused client to master area, arg is ignored */