debug output

This commit is contained in:
Vincent Wei
2020-02-27 09:59:37 +08:00
parent f005efe2e5
commit 2ae820992f

View File

@@ -931,6 +931,8 @@ BOOL GAL_SyncUpdate (GAL_Surface *surface)
if (this->SyncUpdate) {
rc = this->SyncUpdate (this);
}
_DBG_PRINTF ("%d rects updated\n", numrects);
}
EmptyClipRgn (&surface->update_region);