forked from AuroraMiddleware/gtk
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:
parent
96bc993786
commit
5ccc8b2ff1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user