mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-29 06:51:10 +00:00
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