From a5cb80b86cdedb8cd1f3a02de47f204bd174f649 Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Sun, 28 Jan 2007 20:29:41 +0100 Subject: handling WM_STATE seems to make DnD in gtk/qt apps working, well let's handle this in dwm as well --- dwm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dwm.h') diff --git a/dwm.h b/dwm.h index e5c623d..1021428 100644 --- a/dwm.h +++ b/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 */ -- cgit v1.2.3-54-g00ecf