mirror of
https://codeberg.org/dwl/dwl.git
synced 2024-12-26 03:06:30 +00:00
_net_wm not needed outside xwayland
This commit is contained in:
parent
0816b33d33
commit
c970d97f85
1 changed files with 1 additions and 1 deletions
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 a new issue