diff options
author | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-09-26 13:53:57 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-09-26 13:53:57 -0700 |
commit | 5161cc4678112bb747a50b6c2da424186a9f8e6f (patch) | |
tree | 8d9df96b9501bdedc11e74653fcbfb4115bb524e | |
parent | 5d7270bada785e3649a65ef2fb96b97433f7a7f8 (diff) |
Added AppleWMReloadPreferences notification
-rw-r--r-- | applewm.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -70,6 +70,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. /* "Kinds" of ActivationNotify events */ #define AppleWMIsActive 0 #define AppleWMIsInactive 1 +#define AppleWMReloadPreferences 2 /* "Kinds" of PasteboardNotify events */ #define AppleWMCopyToPasteboard 0 |