2007-09-05 20:15:00 +02:00
|
|
|
/* See LICENSE file for copyright and license details. */
|
|
|
|
|
|
|
|
#ifndef JDWM_SPIRAL_H
|
|
|
|
#define JDWM_SPIRAL_H
|
|
|
|
|
2007-09-10 12:06:54 +02:00
|
|
|
void dwindle(Display *, awesome_config *); /* dwindle windows */
|
|
|
|
void spiral(Display *, awesome_config *); /* spiral windows */
|
2007-09-05 20:15:00 +02:00
|
|
|
|
|
|
|
#endif
|