2007-09-05 20:15:00 +02:00
|
|
|
/* See LICENSE file for copyright and license details. */
|
|
|
|
|
|
|
|
#ifndef JDWM_TILE_H
|
|
|
|
#define JDWM_TILE_H
|
|
|
|
|
2007-09-06 19:33:20 +02:00
|
|
|
#include <config.h>
|
|
|
|
|
2007-09-10 12:06:54 +02:00
|
|
|
void uicb_incnmaster(Display *, awesome_config *, const char *); /* change number of master windows */
|
|
|
|
void uicb_setmwfact(Display *, awesome_config *, const char *); /* sets master width factor */
|
|
|
|
void tile(Display *, awesome_config *);
|
|
|
|
void tileleft(Display *, awesome_config *);
|
|
|
|
void bstack(Display *, awesome_config *);
|
|
|
|
void bstackportrait(Display *, awesome_config *);
|
2007-09-05 20:15:00 +02:00
|
|
|
|
|
|
|
#endif
|