10 lines
260 B
C
10 lines
260 B
C
|
/* See LICENSE file for copyright and license details. */
|
||
|
|
||
|
#ifndef JDWM_SPIRAL_H
|
||
|
#define JDWM_SPIRAL_H
|
||
|
|
||
|
void dwindle(Display *, jdwm_config *); /* dwindle windows */
|
||
|
void spiral(Display *, jdwm_config *); /* spiral windows */
|
||
|
|
||
|
#endif
|