From 8911721efbf3b3721376e2baa30bae002c2975c2 Mon Sep 17 00:00:00 2001 From: "Charles.Forsyth" Date: Mon, 15 Jan 2007 21:04:26 +0000 Subject: 20070115 --- emu/port/win-x11-old.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'emu/port/win-x11-old.c') diff --git a/emu/port/win-x11-old.c b/emu/port/win-x11-old.c index aebcf199..e06d455c 100644 --- a/emu/port/win-x11-old.c +++ b/emu/port/win-x11-old.c @@ -633,7 +633,9 @@ xexpose(XEvent *e) r.min.y = xe->y; r.max.x = xe->x + xe->width; r.max.y = xe->y + xe->height; - drawxflush(r); + drawqlock(); + flushmemscreen(r); + drawqunlock(); } -- cgit v1.2.3