awesome/layouts/grid.h

12 lines
188 B
C
Raw Normal View History

2007-09-05 20:15:00 +02:00
/* See LICENSE file for copyright and license details. */
#ifndef AWESOME_GRID_H
#define AWESOME_GRID_H
2007-09-05 20:15:00 +02:00
#include "config.h"
/* grid.c */
2007-09-10 12:06:54 +02:00
void grid(Display *, awesome_config *);
2007-09-05 20:15:00 +02:00
#endif