diff options
| author | Charles.Forsyth <devnull@localhost> | 2007-01-15 21:04:26 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2007-01-15 21:04:26 +0000 |
| commit | 8911721efbf3b3721376e2baa30bae002c2975c2 (patch) | |
| tree | aa059ffa39c2c4f1cd5ed2e137dcb9b079de2717 /emu/port/win-x11-old.c | |
| parent | 0e96539ff7cff23233d3f0a64bb285b385a3a1f4 (diff) | |
20070115
Diffstat (limited to 'emu/port/win-x11-old.c')
| -rw-r--r-- | emu/port/win-x11-old.c | 4 |
1 files changed, 3 insertions, 1 deletions
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(); } |
