diff options
author | Torrey Lyons <torrey@mrcla.com> | 2004-10-08 00:35:08 +0000 |
---|---|---|
committer | Torrey Lyons <torrey@mrcla.com> | 2004-10-08 00:35:08 +0000 |
commit | fa9847aeb9094aafc3798aee1fc8379e77a18d6a (patch) | |
tree | c0272daf2dc76defdf3879e96528af88f7d0e9e1 /hw/xwin/winscrinit.c | |
parent | d737bc3300cf1847bcea08ca781f37ee3ee62692 (diff) |
Allow rootless implementations to override frame reordering. This is used
on Mac OS X when genie-restoring from the Dock to ensure that the
animation completes before drawing the frame.
Diffstat (limited to 'hw/xwin/winscrinit.c')
-rw-r--r-- | hw/xwin/winscrinit.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xwin/winscrinit.c b/hw/xwin/winscrinit.c index f4c2b5579..c0840da47 100644 --- a/hw/xwin/winscrinit.c +++ b/hw/xwin/winscrinit.c @@ -57,6 +57,7 @@ winMWExtWMProcs = { winMWExtWMDamageRects, #endif winMWExtWMRootlessSwitchWindow, + NULL,//winWMExtWMDoReorderWindow, NULL,//winMWExtWMCopyBytes, NULL,//winMWExtWMFillBytes, |