mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
8 lines
190 B
C
8 lines
190 B
C
/* See LICENSE file for copyright and license details. */
|
|
|
|
#ifndef JDWM_FLOATING_H
|
|
#define JDWM_FLOATING_H
|
|
|
|
void floating(Display *, jdwm_config *); /* floating layout */
|
|
|
|
#endif
|