Don't clear background on no exposure mask if NULL background pixmap set

This is the same as background None in X, i.e. never draw the background.
This commit is contained in:
Alexander Larsson 2009-02-05 20:20:23 +01:00 committed by Alexander Larsson
parent 96bc993786
commit 5ccc8b2ff1

View File

@ -4460,7 +4460,7 @@ _gdk_window_process_updates_recurse (GdkWindow *window,
g_object_unref (window);
}
else
else if (private->bg_pixmap != GDK_NO_BG)
{
/* No exposure mask set, so nothing will be drawn, the
* app relies on the background being what it specified