diff options
author | Ben Byer <bbyer@bbyer.local> | 2007-11-07 01:35:48 -0800 |
---|---|---|
committer | Ben Byer <bbyer@bbyer.apple.com> | 2007-11-08 20:11:34 -0800 |
commit | 50dac9b2cb3b40810fb79253adc0265a838a497b (patch) | |
tree | acaf4de03208a3d4bf7ec55877e1bcdb86924b9a /hw/darwin/darwin.h | |
parent | ce7cfbe261b7fd4fcd09d1a4a61344d1555a71f2 (diff) |
Fixed Spaces issue, correctly -- dragging an X window from one
Space to another in Expose mode now works.
Diffstat (limited to 'hw/darwin/darwin.h')
-rw-r--r-- | hw/darwin/darwin.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hw/darwin/darwin.h b/hw/darwin/darwin.h index 70ce57e01..e63385882 100644 --- a/hw/darwin/darwin.h +++ b/hw/darwin/darwin.h @@ -131,7 +131,6 @@ enum { = LASTEvent+1, // (from X.h list of event names) kXDarwinUpdateButtons, // update state of mouse buttons 2 and up kXDarwinScrollWheel, // scroll wheel event - /* * Quartz-specific events -- not used in IOKit mode */ @@ -142,6 +141,8 @@ enum { kXDarwinReadPasteboard, // copy Mac OS X pasteboard into X cut buffer kXDarwinWritePasteboard, // copy X cut buffer onto Mac OS X pasteboard kXDarwinBringAllToFront, // bring all X windows to front + kXDarwinToggleFullscreen, // Enable/Disable fullscreen mode + kXDarwinSetRootless, // Set rootless mode /* * AppleWM events */ |