2007-09-05 20:15:00 +02:00
|
|
|
/* See LICENSE file for copyright and license details. */
|
|
|
|
|
2007-09-10 16:11:57 +02:00
|
|
|
#ifndef AWESOME_FLOATING_H
|
|
|
|
#define AWESOME_FLOATING_H
|
2007-09-05 20:15:00 +02:00
|
|
|
|
2007-09-10 12:06:54 +02:00
|
|
|
void floating(Display *, awesome_config *); /* floating layout */
|
2007-09-05 20:15:00 +02:00
|
|
|
|
|
|
|
#endif
|