]> Pileus Git - ~andy/gtk/commit
Clear background on expose with no EXPOSURE_MASK
authorAlexander Larsson <alexl@redhat.com>
Thu, 5 Feb 2009 14:38:51 +0000 (15:38 +0100)
committerAlexander Larsson <alex@localhost.localdomain>
Thu, 2 Apr 2009 08:16:27 +0000 (10:16 +0200)
commit7d51b4179d1974ffec96ba7901cdee82e80e1c75
treee8d9a4db90c9fe0ee6a131ac35e338b63ec51cbd
parent16b4c3ade83deed83f7ff513ae088b705aedd1bb
Clear background on expose with no EXPOSURE_MASK

Apps that set no exposure mask rely on the system clearing things
to the window background, so we need to do this ourselves.

Also, don't do this on foreign windows, as they are not controlled
by us. In fact don't do exposes on foreign windows either.
gdk/gdkwindow.c