diff options
author | Omar Polo <op@omarpolo.com> | 2021-08-09 19:28:08 +0200 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2022-01-20 20:29:15 +0100 |
commit | bd448e5535686a4473d185f4103b4ac4dedf0c71 (patch) | |
tree | fe134301a348be44b11d2230fa24a7ca378c43aa /platform/linuxbsd | |
parent | 8fc0dd9997c80059ec2b273e7004daa458d370ee (diff) |
Rename or refactor macros to avoid leading underscores
These are not used consistently and some can conflict with
system-specific defines. While here, also delete some unused macros.
Diffstat (limited to 'platform/linuxbsd')
-rw-r--r-- | platform/linuxbsd/display_server_x11.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/linuxbsd/display_server_x11.cpp b/platform/linuxbsd/display_server_x11.cpp index 318d014ee5..213553ab30 100644 --- a/platform/linuxbsd/display_server_x11.cpp +++ b/platform/linuxbsd/display_server_x11.cpp @@ -64,7 +64,6 @@ // EWMH #define _NET_WM_STATE_REMOVE 0L // remove/unset property #define _NET_WM_STATE_ADD 1L // add/set property -#define _NET_WM_STATE_TOGGLE 2L // toggle property #include <dlfcn.h> #include <fcntl.h> |