mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-09-26 03:23:46 +08:00
return before notsupport in GAL_UpdateRects
This commit is contained in:
@@ -844,6 +844,7 @@ void GAL_UpdateRects (GAL_Surface *surface, int numrects, GAL_Rect *rects)
|
||||
}
|
||||
|
||||
add_rects_to_update_region (&surface->update_region, numrects, rects);
|
||||
return;
|
||||
|
||||
notsupport:
|
||||
_WRN_PRINTF ("Not support GAL_UpdateRects for surface: %p\n", surface);
|
||||
|
||||
Reference in New Issue
Block a user