_net_wm not needed outside xwayland

This commit is contained in:
Devin J. Pohly 2020-08-16 01:14:54 -05:00
parent 0816b33d33
commit c970d97f85
1 changed files with 1 additions and 1 deletions

2
dwl.c
View File

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