From dccc997e7553d28a8d63e231b33f9800b478877d Mon Sep 17 00:00:00 2001 From: Vincent Wei Date: Sun, 22 Mar 2020 17:43:50 +0800 Subject: [PATCH] tune --- src/newgal/drm/drmvideo.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/newgal/drm/drmvideo.c b/src/newgal/drm/drmvideo.c index 03a6233e..9bb2dbc3 100644 --- a/src/newgal/drm/drmvideo.c +++ b/src/newgal/drm/drmvideo.c @@ -2792,6 +2792,7 @@ static int DRM_MoveCursor_SW (_THIS, int x, int y) tmp = this->hidden->cursor; this->hidden->cursor = NULL; this->UpdateRects (this, 1, &rect); + this->SyncUpdate (this); /* update screen to show cursor */ this->hidden->cursor = tmp;