diff options
author | Jon TURNEY <jon.turney@dronecode.org.uk> | 2014-01-06 18:17:41 +0000 |
---|---|---|
committer | Jon TURNEY <jon.turney@dronecode.org.uk> | 2014-01-06 18:17:41 +0000 |
commit | 24cc1f4d9f4475d1b0c256586fb8760dc1d92847 (patch) | |
tree | b9f638ca790a70a511016462fdae12dd4455ad8a /hw/xquartz/quartz.c | |
parent | 2ea973e12f5d954211e1d10085a4c74581b43aca (diff) | |
parent | b1e9e319cb302d138eef484b9878ec670735a340 (diff) |
Merge branch 'cygwin-patches-for-1.15' into cygwin-release-1.15xserver-cygwin-1.15.0-1
Diffstat (limited to 'hw/xquartz/quartz.c')
-rw-r--r-- | hw/xquartz/quartz.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xquartz/quartz.c b/hw/xquartz/quartz.c index 5b977c7f9..1a493e178 100644 --- a/hw/xquartz/quartz.c +++ b/hw/xquartz/quartz.c @@ -300,7 +300,7 @@ QuartzUpdateScreens(void) quartzProcs->UpdateScreen(pScreen); /* miPaintWindow needs to be called after RootlessUpdateScreenPixmap (from xprUpdateScreen) */ - miPaintWindow(pRoot, &pRoot->borderClip, PW_BACKGROUND); + pScreen->PaintWindow(pRoot, &pRoot->borderClip, PW_BACKGROUND); /* Tell RandR about the new size, so new connections get the correct info */ RRScreenSizeNotify(pScreen); |