gtk2/gdk/x11
Alexander Larsson d9fcda1072 Don't recursively set bg none on the parent when e.g. moving children
To avoid drawing the window background of other windows in the area
where the window was we set the bg to none recursively. However, this
is quite costly it the moved window has many siblings. Furthermore, it
is uncommon that siblings overlap, so this cost has little gain.

So, we only set bg None on the parent, which means that there will
be some more flicker in the uncommon case of overlapping siblings.
2009-04-02 10:15:28 +02:00
..
checksettings.c map "gtk-touchscreen-mode" to the "Gtk/TouchscreenMode" XSettings 2006-02-27 14:08:06 +00:00
gdkapplaunchcontext-x11.c Support GEmblemedIcon 2008-08-03 19:28:05 +00:00
gdkasync.c Fix warning due to typo 2009-04-02 10:15:28 +02:00
gdkasync.h Add _gdk_x11_roundtrip_async 2009-04-02 10:15:27 +02:00
gdkcolor-x11.c Include "config.h" instead of <config.h> Command used: find -name 2008-06-22 14:28:52 +00:00
gdkcursor-x11.c Don't update blank cursors 2009-01-24 21:29:36 +00:00
gdkdisplay-x11.c Track pointer grabs on Xserver time 2009-04-02 10:15:27 +02:00
gdkdisplay-x11.h Move keyboard grab info to common code 2009-04-02 10:15:26 +02:00
gdkdnd-x11.c Initial client-side-windows work 2009-04-02 10:14:01 +02:00
gdkdrawable-x11.c Really create a native window when getting xid 2009-04-02 10:14:04 +02:00
gdkdrawable-x11.h Include "config.h" instead of <config.h> Command used: find -name 2008-06-22 14:28:52 +00:00
gdkevents-x11.c Remove_gdk_pixmap_set_as_backing etc, as this is not used anymore 2009-04-02 10:15:28 +02:00
gdkfont-x11.c Include "config.h" instead of <config.h> Command used: find -name 2008-06-22 14:28:52 +00:00
gdkgc-x11.c Initial client-side-windows work 2009-04-02 10:14:01 +02:00
gdkgeometry-x11.c Don't recursively set bg none on the parent when e.g. moving children 2009-04-02 10:15:28 +02:00
gdkglobals-x11.c Include "config.h" instead of <config.h> Command used: find -name 2008-06-22 14:28:52 +00:00
gdkim-x11.c Include "config.h" instead of <config.h> Command used: find -name 2008-06-22 14:28:52 +00:00
gdkimage-x11.c Include "config.h" instead of <config.h> Command used: find -name 2008-06-22 14:28:52 +00:00
gdkinput-none.c Include "config.h" instead of <config.h> Command used: find -name 2008-06-22 14:28:52 +00:00
gdkinput-x11.c Make xfree gdkinput code compile 2009-04-02 10:15:18 +02:00
gdkinput-xfree.c Include "config.h" instead of <config.h> Command used: find -name 2008-06-22 14:28:52 +00:00
gdkinput.c Force native windows for all windows used with input events 2009-04-02 10:15:18 +02:00
gdkinputprivate.h Bug #107664 continued: 2003-03-08 21:11:39 +00:00
gdkkeys-x11.c Typo fixes and small doc improvements 2008-12-26 04:20:28 +00:00
gdkmain-x11.c Remove unused code 2009-04-02 10:15:28 +02:00
gdkpixmap-x11.c Initial client-side-windows work 2009-04-02 10:14:01 +02:00
gdkpixmap-x11.h Cleanup. (#169648, Fabricio Barros Cabral) 2005-06-12 05:32:25 +00:00
gdkprivate-x11.h Make _gdk_windowing_window_queue_translation a GdkWindiwImpl call 2009-04-02 10:15:15 +02:00
gdkproperty-x11.c Initial client-side-windows work 2009-04-02 10:14:01 +02:00
gdkscreen-x11.c Another attempt at getting Xrandr screen size changes right. Actually 2009-02-24 05:09:13 +00:00
gdkscreen-x11.h Another attempt at getting Xrandr screen size changes right. Actually 2009-02-24 05:09:13 +00:00
gdkselection-x11.c Initial client-side-windows work 2009-04-02 10:14:01 +02:00
gdksettings.c Add event sound settings. Patch by Lennart Pöttering. 2008-07-01 06:22:04 +00:00
gdkspawn-x11.c Include "config.h" instead of <config.h> Command used: find -name 2008-06-22 14:28:52 +00:00
gdktestutils-x11.c Typo fixes and small doc improvements 2008-12-26 04:20:28 +00:00
gdkvisual-x11.c Include "config.h" instead of <config.h> Command used: find -name 2008-06-22 14:28:52 +00:00
gdkwindow-x11.c Don't recursively set bg none on the parent when e.g. moving children 2009-04-02 10:15:28 +02:00
gdkwindow-x11.h Don't recursively set bg none on the parent when e.g. moving children 2009-04-02 10:15:28 +02:00
gdkx.h define __GDK_H_INSIDE__ around including all other headers. 2008-05-28 14:01:57 +00:00
gdkxftdefaults.c Make the initialization of screen_x11->xft_rgba more explicit. (#319627, 2005-10-25 18:11:57 +00:00
gdkxid.c Include "config.h" instead of <config.h> Command used: find -name 2008-06-22 14:28:52 +00:00
gxid_proto.h Initial revision 1997-11-24 22:37:52 +00:00
Makefile.am define -DGDK_PIXBUF_DISABLE_DEPRECATED in the global CFLAGS. 2008-08-12 15:04:55 +00:00
MwmUtil.h Cleanup. (#169648, Fabricio Barros Cabral) 2005-06-12 05:32:25 +00:00
xsettings-client.c Include "config.h" instead of <config.h> Command used: find -name 2008-06-22 14:28:52 +00:00
xsettings-client.h Change the XSettingsWatchFunc to return a Bool to indicate success. Update 2007-04-10 23:16:30 +00:00
xsettings-common.c Include "config.h" instead of <config.h> Command used: find -name 2008-06-22 14:28:52 +00:00
xsettings-common.h Add some missing symbols. 2007-05-23 17:49:34 +00:00