Actually send exposes from gdk_window_clear_area_e

(cherry picked from commit 7e9d89b555)
This commit is contained in:
Alexander Larsson
2009-12-18 15:35:04 +01:00
parent 3470ef274d
commit 321c7d16c3

View File

@@ -4569,7 +4569,7 @@ gdk_window_clear_area_internal (GdkWindow *window,
region = gdk_region_rectangle (&rect);
gdk_window_clear_region_internal (window,
region,
FALSE);
send_expose);
gdk_region_destroy (region);
}