awesome/layouts/floating.h

9 lines
190 B
C
Raw Normal View History

2007-09-05 20:15:00 +02:00
/* See LICENSE file for copyright and license details. */
#ifndef JDWM_FLOATING_H
#define JDWM_FLOATING_H
void floating(Display *, jdwm_config *); /* floating layout */
#endif