Minor style fixes

This commit is contained in:
Johan Malm 2020-05-29 22:26:16 +01:00
parent 298d869092
commit a6ac2a0439
5 changed files with 19 additions and 18 deletions

View file

@ -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 {