mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
Minor style fixes
This commit is contained in:
parent
298d869092
commit
a6ac2a0439
5 changed files with 19 additions and 18 deletions
|
|
@ -37,9 +37,9 @@
|
|||
#define LAB_DISABLE_CSD (0)
|
||||
|
||||
enum cursor_mode {
|
||||
TINYWL_CURSOR_PASSTHROUGH,
|
||||
TINYWL_CURSOR_MOVE,
|
||||
TINYWL_CURSOR_RESIZE,
|
||||
LAB_CURSOR_PASSTHROUGH,
|
||||
LAB_CURSOR_MOVE,
|
||||
LAB_CURSOR_RESIZE,
|
||||
};
|
||||
|
||||
struct server {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue