summaryrefslogtreecommitdiff
path: root/hw/xwin
diff options
context:
space:
mode:
authorTorrey Lyons <torrey@mrcla.com>2004-10-08 00:35:08 +0000
committerTorrey Lyons <torrey@mrcla.com>2004-10-08 00:35:08 +0000
commitfa9847aeb9094aafc3798aee1fc8379e77a18d6a (patch)
treec0272daf2dc76defdf3879e96528af88f7d0e9e1 /hw/xwin
parentd737bc3300cf1847bcea08ca781f37ee3ee62692 (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/ChangeLog6
-rw-r--r--hw/xwin/winscrinit.c1
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,