dwm-meillo

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 diff
     1.1 --- a/dwm.h	Fri Jan 26 12:41:15 2007 +0100
     1.2 +++ b/dwm.h	Sun Jan 28 20:29:41 2007 +0100
     1.3 @@ -40,7 +40,7 @@
     1.4  #define PROTODELWIN		1
     1.5  
     1.6  enum { NetSupported, NetWMName, NetLast };		/* EWMH atoms */
     1.7 -enum { WMProtocols, WMDelete, WMLast };			/* default atoms */
     1.8 +enum { WMProtocols, WMDelete, WMState, WMLast };	/* default atoms */
     1.9  enum { CurNormal, CurResize, CurMove, CurLast };	/* cursor */
    1.10  enum { ColBorder, ColFG, ColBG, ColLast };		/* color */
    1.11