include config.h

This commit is contained in:
Julien Danjou 2007-09-06 19:33:20 +02:00
parent 2ef846164c
commit 4fc212ed40

View file

@ -3,6 +3,8 @@
#ifndef 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_setmwfact(Display *, jdwm_config *, const char *); /* sets master width factor */
void tile(Display *, jdwm_config *);