summaryrefslogtreecommitdiff
path: root/hw/xquartz/quartz.c
diff options
context:
space:
mode:
authorOliver McFadden <oliver.mcfadden@nokia.com>2010-05-14 07:49:31 +0300
committerOliver McFadden <oliver.mcfadden@nokia.com>2010-05-14 08:27:10 +0300
commita4fbc0fedafda6df98f647173a2deccb86ef0479 (patch)
tree6db53bdcc6f2774948191459e8cd848e7cb68591 /hw/xquartz/quartz.c
parent71296885b0bb946e7ab986169f5b872952c221a0 (diff)
scrnintstr.h: removed unused PaintWindow function pointers.
Please note this patch breaks the ABI. Signed-off-by: Oliver McFadden <oliver.mcfadden@nokia.com> Reviewed-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'hw/xquartz/quartz.c')
-rw-r--r--hw/xquartz/quartz.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/xquartz/quartz.c b/hw/xquartz/quartz.c
index 462be8794..36d18eba3 100644
--- a/hw/xquartz/quartz.c
+++ b/hw/xquartz/quartz.c
@@ -279,7 +279,6 @@ void QuartzUpdateScreens(void) {
pRoot = WindowTable[pScreen->myNum];
AppleWMSetScreenOrigin(pRoot);
pScreen->ResizeWindow(pRoot, x - sx, y - sy, width, height, NULL);
- //pScreen->PaintWindowBackground (pRoot, &pRoot->borderClip, PW_BACKGROUND);
miPaintWindow(pRoot, &pRoot->borderClip, PW_BACKGROUND);
/* <rdar://problem/7770779> pointer events are clipped to old display region after display reconfiguration