diff options
author | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-10-03 11:12:49 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-10-03 11:12:49 -0700 |
commit | 5446adebfb085dd05471729bf5c55bf820b1cbe3 (patch) | |
tree | 426347ed1aa9e0aceabc907badef9d2ec8393d63 /hw/xquartz/darwinEvents.h | |
parent | 6020c3fbfe06530cb2b90178d17a7d63beae028a (diff) |
XQuartz: Send AppleWMReloadPreferences where appropriate.
(cherry picked from commit 490cbe9888e2c1080495b003c429fdb1659444e1)
Diffstat (limited to 'hw/xquartz/darwinEvents.h')
-rw-r--r-- | hw/xquartz/darwinEvents.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xquartz/darwinEvents.h b/hw/xquartz/darwinEvents.h index 7a1e8ca5d..61efa7526 100644 --- a/hw/xquartz/darwinEvents.h +++ b/hw/xquartz/darwinEvents.h @@ -63,6 +63,7 @@ enum { */ kXquartzControllerNotify, // send an AppleWMControllerNotify event kXquartzPasteboardNotify, // notify the WM to copy or paste + kXquartzReloadPreferences, // send AppleWMReloadPreferences /* * Xplugin notification events */ |