12 lines
179 B
C
12 lines
179 B
C
|
/* See LICENSE file for copyright and license details. */
|
||
|
|
||
|
#ifndef JDWM_GRID_H
|
||
|
#define JDWM_GRID_H
|
||
|
|
||
|
#include "config.h"
|
||
|
|
||
|
/* grid.c */
|
||
|
void grid(Display *, jdwm_config *);
|
||
|
|
||
|
#endif
|