mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-23 08:33:55 +08:00
fix a compilation error
This commit is contained in:
@@ -438,7 +438,7 @@ void GAL_UpdateRect
|
||||
(GAL_Surface *screen, Sint32 x, Sint32 y, Uint32 w, Uint32 h);
|
||||
|
||||
#ifdef _MGUSE_UPDATE_REGION
|
||||
BLOCKHEAP __mg_free_update_region_list;
|
||||
extern BLOCKHEAP __mg_free_update_region_list;
|
||||
#endif
|
||||
|
||||
BOOL GAL_SyncUpdate (GAL_Surface *screen);
|
||||
|
||||
Reference in New Issue
Block a user