mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-05 20:26:09 +01:00
include config.h
This commit is contained in:
parent
2ef846164c
commit
4fc212ed40
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
||||||
#ifndef JDWM_TILE_H
|
#ifndef JDWM_TILE_H
|
||||||
#define JDWM_TILE_H
|
#define JDWM_TILE_H
|
||||||
|
|
||||||
|
#include <config.h>
|
||||||
|
|
||||||
void uicb_incnmaster(Display *, jdwm_config *, const char *); /* change number of master windows */
|
void uicb_incnmaster(Display *, jdwm_config *, const char *); /* change number of master windows */
|
||||||
void uicb_setmwfact(Display *, jdwm_config *, const char *); /* sets master width factor */
|
void uicb_setmwfact(Display *, jdwm_config *, const char *); /* sets master width factor */
|
||||||
void tile(Display *, jdwm_config *);
|
void tile(Display *, jdwm_config *);
|
||||||
|
|
Loading…
Reference in a new issue