/* See LICENSE file for copyright and license details. */
#ifndef AWESOME_FLOATING_H
#define AWESOME_FLOATING_H
void floating(Display *, awesome_config *); /* floating layout */
#endif