Mercurial > aewl
comparison 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 |
comparison
equal
deleted
inserted
replaced
724:583c0adeee79 | 725:d99be681d502 |
---|---|
38 #define BUTTONMASK (ButtonPressMask | ButtonReleaseMask) | 38 #define BUTTONMASK (ButtonPressMask | ButtonReleaseMask) |
39 /* other stuff used in different places */ | 39 /* other stuff used in different places */ |
40 #define PROTODELWIN 1 | 40 #define PROTODELWIN 1 |
41 | 41 |
42 enum { NetSupported, NetWMName, NetLast }; /* EWMH atoms */ | 42 enum { NetSupported, NetWMName, NetLast }; /* EWMH atoms */ |
43 enum { WMProtocols, WMDelete, WMLast }; /* default atoms */ | 43 enum { WMProtocols, WMDelete, WMState, WMLast }; /* default atoms */ |
44 enum { CurNormal, CurResize, CurMove, CurLast }; /* cursor */ | 44 enum { CurNormal, CurResize, CurMove, CurLast }; /* cursor */ |
45 enum { ColBorder, ColFG, ColBG, ColLast }; /* color */ | 45 enum { ColBorder, ColFG, ColBG, ColLast }; /* color */ |
46 | 46 |
47 typedef union { | 47 typedef union { |
48 const char *cmd; | 48 const char *cmd; |