Mercurial > aewl
diff dwm.h @ 725:d99be681d502
handling WM_STATE seems to make DnD in gtk/qt apps working, well let's handle this in dwm as well
author | Anselm R. Garbe <arg@suckless.org> |
---|---|
date | Sun, 28 Jan 2007 20:29:41 +0100 |
parents | 4ce65f61f01b |
children | 29c9b557ed95 |
line wrap: on
line diff
--- a/dwm.h Fri Jan 26 12:41:15 2007 +0100 +++ b/dwm.h Sun Jan 28 20:29:41 2007 +0100 @@ -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 */