Files
gtk/demos
Jasper St. Pierre 1d762cabb0 gtk: Don't set GDK_EXPOSURE_MASK on any of our widgets anymore
GTK+ actually hasn't processed GDK_EXPOSE events for child windows
for a considerable amount of time now, and GDK force-sends them for
any native window. Setting GDK_EXPOSURE_MASK forces GDK to send a
bunch of events that GTK+ won't ever parse, and causes GDK to do
some extra work.

Don't set the event mask on these widgets anymore.
2014-06-24 11:32:18 -04:00
..
2012-02-09 08:45:40 -05:00