mirror of
https://github.com/swaywm/sway.git
synced 2026-04-19 06:46:40 -04:00
7 lines
77 B
C
7 lines
77 B
C
|
|
#ifndef _SWAY_LOCK_H
|
||
|
|
#define _SWAY_LOCK_H
|
||
|
|
|
||
|
|
void arrange_locks(void);
|
||
|
|
|
||
|
|
#endif
|