mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-26 12:27:58 +08:00
add field to store the dirty bound rectangle for SyncUpdate method
This commit is contained in:
@@ -112,6 +112,8 @@ struct GAL_PrivateVideoData {
|
||||
*/
|
||||
GAL_Surface *real_screen, *shadow_screen;
|
||||
|
||||
RECT dirty_rc;
|
||||
|
||||
#ifdef _MGSCHEMA_COMPOSITING
|
||||
/* Since 4.2.0: support for hardware cursor. */
|
||||
GAL_Surface *cursor;
|
||||
|
||||
Reference in New Issue
Block a user