/* See LICENSE file for copyright and license details. */ #ifndef AWESOME_SPIRAL_H #define AWESOME_SPIRAL_H void dwindle(Display *, awesome_config *); /* dwindle windows */ void spiral(Display *, awesome_config *); /* spiral windows */ #endif