add field to store the dirty bound rectangle for SyncUpdate method

This commit is contained in:
Vincent Wei
2020-02-12 21:53:14 +08:00
parent b985c4976a
commit e0364e5031
+2
View File
@@ -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;