mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-02-07 11:01:57 +08:00
tune
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user