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 | |
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')
-rw-r--r-- | hw/xwin/ChangeLog | 6 | ||||
-rw-r--r-- | hw/xwin/winscrinit.c | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/hw/xwin/ChangeLog b/hw/xwin/ChangeLog index ef0a00dec..f646de4da 100644 --- a/hw/xwin/ChangeLog +++ b/hw/xwin/ChangeLog @@ -1,3 +1,9 @@ +2004-10-07 Torrey Lyons <torrey at freedesktop dot org> + + * winscrinit.c: + Add compatibility with the generic rootless layer's new + DoReorderWindow function. + 2004-09-17 Torrey Lyons <torrey at freedesktop dot org> * winscrinit.c: (winFinishScreenInitFB): 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, |