aboutsummaryrefslogtreecommitdiff
path: root/dwl.c
diff options
context:
space:
mode:
authorDevin J. Pohly <djpohly@gmail.com>2020-08-16 01:14:54 -0500
committerDevin J. Pohly <djpohly@gmail.com>2020-08-16 01:14:54 -0500
commitc970d97f8578180beedf87805b400a8f5daa1e42 (patch)
tree2c18b46902c33addab96cb75c37858fd52a459b7 /dwl.c
parent0816b33d333e949437a465b0dcf8461ba4c099a5 (diff)
_net_wm not needed outside xwayland
Diffstat (limited to 'dwl.c')
-rw-r--r--dwl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwl.c b/dwl.c
index 02576fe..338f9e6 100644
--- a/dwl.c
+++ b/dwl.c
@@ -55,9 +55,9 @@
/* enums */
enum { CurNormal, CurMove, CurResize }; /* cursor */
+#ifdef XWAYLAND
enum { NetWMWindowTypeDialog, NetWMWindowTypeSplash, NetWMWindowTypeToolbar,
NetWMWindowTypeUtility, NetLast }; /* EWMH atoms */
-#ifdef XWAYLAND
enum { XDGShell, X11Managed, X11Unmanaged }; /* client types */
#endif