gdkWindowInvalidateRegion
clear the invalidated region of the
screen to a noticeable color, and GDK pauses for a short time
before sending exposes to windows during
gdkWindowProcessUpdates
. The net effect is that you can see
the invalid region for each window and watch redraws as they
occur. This allows you to diagnose inefficiencies in your application.gdkWindowSetDebugUpdates(setting)
setting
TRUE
to turn on update debugginggdkWindowSetDebugUpdates
yourself, though you might want to use this function to enable
updates sometime after application startup time.