handling WM_STATE seems to make DnD in gtk/qt apps working, well let's handle this in dwm as well

This commit is contained in:
Anselm R. Garbe
2007-01-28 20:29:41 +01:00
parent 7e98db251e
commit a5cb80b86c
3 changed files with 11 additions and 1 deletions

2
dwm.h

@ -40,7 +40,7 @@
#define PROTODELWIN 1
enum { NetSupported, NetWMName, NetLast }; /* EWMH atoms */
enum { WMProtocols, WMDelete, WMLast }; /* default atoms */
enum { WMProtocols, WMDelete, WMState, WMLast }; /* default atoms */
enum { CurNormal, CurResize, CurMove, CurLast }; /* cursor */
enum { ColBorder, ColFG, ColBG, ColLast }; /* color */