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 /miext/rootless/rootless.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 'miext/rootless/rootless.h')
-rw-r--r-- | miext/rootless/rootless.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/miext/rootless/rootless.h b/miext/rootless/rootless.h index d9fdb6adb..b4a5b2a3d 100644 --- a/miext/rootless/rootless.h +++ b/miext/rootless/rootless.h @@ -74,6 +74,8 @@ typedef struct _RootlessWindowRec { unsigned int is_drawing :1; // Currently drawing? unsigned int is_reorder_pending :1; + unsigned int is_offscreen :1; + unsigned int is_obscured :1; } RootlessWindowRec, *RootlessWindowPtr; |