_net_wm not needed outside xwayland
This commit is contained in:
parent
0816b33d33
commit
c970d97f85
2
dwl.c
2
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user