gtk/gdk/x11
Benjamin Otte 8d1b7362b3 x11: Copy from actual window, not parent
This code is a relic from GTK2 days and should not be necessary anymore,
as code now makes sure to only copy those parts of the window that are
not overlapped by parent windows.

By deleting it we fix potential issues with composited and translucent
windows copying the wrong data.

https://bugzilla.gnome.org/show_bug.cgi?id=643416
2011-03-07 17:45:08 +01:00
..
checksettings.c checksettings: succeed quietly 2011-01-22 23:47:01 -05:00
gdkapplaunchcontext-x11.c Rename GdkAppLaunchContextX11 to GdkX11AppLaunchContext 2010-12-21 12:07:10 -05:00
gdkasync.c Drop _gdk_x11_set_input_focus_safe 2011-02-26 22:16:01 -05:00
gdkasync.h Drop _gdk_x11_set_input_focus_safe 2011-02-26 22:16:01 -05:00
gdkcursor-x11.c gdk_cursor_new_from_pixmap: Fix gdk_display_is_closed call 2011-02-20 20:11:13 -05:00
gdkdevice-core-x11.c Detangle includes for device subclasses 2010-12-21 12:07:10 -05:00
gdkdevice-xi2.c gdk: gdk_x11_device_xi2_get_state(): move stuff to local scope 2011-02-27 15:06:41 +01:00
gdkdevice-xi.c x11: Make headers identical no matter if we run with or without XI2 2011-02-12 01:27:40 +01:00
gdkdevicemanager-core-x11.c Share code to fill GdkEventKey.string 2011-02-04 21:11:40 -05:00
gdkdevicemanager-x11.c Detangle includes for GdkDeviceManager subclasses 2010-12-21 12:07:10 -05:00
gdkdevicemanager-xi2.c xi2: Ignore button release events of button 4-7 2011-03-06 12:42:02 +01:00
gdkdevicemanager-xi.c x11: Make headers identical no matter if we run with or without XI2 2011-02-12 01:27:40 +01:00
gdkdevicemanagerprivate-core.h Detangle includes for GdkDeviceManager subclasses 2010-12-21 12:07:10 -05:00
gdkdeviceprivate-xi.h More include shuffling; keep X extension headers to ourselves 2010-12-21 14:17:02 -05:00
gdkdisplay-x11.c Drop _gdk_x11_set_input_focus_safe 2011-02-26 22:16:01 -05:00
gdkdisplay-x11.h gdk: Remove GdkEventClient 2011-02-01 06:33:02 +01:00
gdkdisplaymanager-x11.c Don't set the default display to NULL 2011-01-18 09:36:59 -05:00
gdkdnd-x11.c x11: Use Window isntead of GdkNativeWindow 2011-02-01 18:51:57 +01:00
gdkeventsource.c x11: Fill in event->any.window before calling filter functions 2011-02-01 06:33:01 +01:00
gdkeventsource.h Clean up gdkx.h a bit 2010-12-21 12:07:01 -05:00
gdkeventtranslator.c Multiple changes to reduce the amount of unprefixed symbols 2010-12-21 12:07:00 -05:00
gdkeventtranslator.h Clean up gdkx.h a bit 2010-12-21 12:07:01 -05:00
gdkgeometry-x11.c x11: Copy from actual window, not parent 2011-03-07 17:45:08 +01:00
gdkkeys-x11.c Rename GdkKeymapX11 to GdkX11Keymap 2010-12-21 12:07:09 -05:00
gdkmain-x11.c x11: Do dnd event handling via gdk_window_add_filter() 2011-02-01 06:33:02 +01:00
gdkprivate-x11.h Remove confusion over XI2 defines 2011-02-11 23:30:01 -05:00
gdkproperty-x11.c Mark api with xlib types as skipped 2011-01-20 12:12:22 -02:00
gdkscreen-x11.c Avoid spurious emissions of monitors-changed 2011-02-24 19:47:02 +01:00
gdkscreen-x11.h x11: Export GdkX11Screen 2010-12-21 12:07:08 -05:00
gdkselection-x11.c API: gdk: Make GdkEventSelection.requestor a GdkWindow 2011-02-01 18:51:57 +01:00
gdksettings.c Expose gtk-auto-mnemonics as an Xsetting 2011-01-22 23:48:39 -05:00
gdktestutils-x11.c Bug 633291 - Handle Shift-keys in X11 gdk_test_simulate_key() 2011-02-13 12:57:01 +01:00
gdkvisual-x11.c Mark api with xlib types as skipped 2011-01-20 12:12:22 -02:00
gdkwindow-x11.c Drop _gdk_x11_set_input_focus_safe 2011-02-26 22:16:01 -05:00
gdkwindow-x11.h Remove unused get_offsets functions from headers 2010-12-21 12:06:59 -05:00
gdkx11applaunchcontext.h Forgotten file 2010-12-21 12:07:10 -05:00
gdkx11cursor.h x11: Export GdkX11Cursor 2010-12-21 12:07:08 -05:00
gdkx11device-core.h Detangle includes for device subclasses 2010-12-21 12:07:10 -05:00
gdkx11device-xi2.h More include shuffling; keep X extension headers to ourselves 2010-12-21 14:17:02 -05:00
gdkx11device-xi.h More include shuffling; keep X extension headers to ourselves 2010-12-21 14:17:02 -05:00
gdkx11devicemanager-core.h Detangle includes for GdkDeviceManager subclasses 2010-12-21 12:07:10 -05:00
gdkx11devicemanager-xi2.h More include shuffling; keep X extension headers to ourselves 2010-12-21 14:17:02 -05:00
gdkx11devicemanager-xi.h Detangle includes for GdkDeviceManager subclasses 2010-12-21 12:07:10 -05:00
gdkx11display.h x11: typedef GdkX11Display to GdkDisplay 2010-12-21 12:07:07 -05:00
gdkx11displaymanager.h Rename GdkDisplayManagerX11 to GdkX11DisplayManager 2010-12-21 12:07:09 -05:00
gdkx11dnd.h Rename GdkDragContextX11 to GdkX11DragContext 2010-12-21 12:07:09 -05:00
gdkx11keys.h Rename GdkKeymapX11 to GdkX11Keymap 2010-12-21 12:07:09 -05:00
gdkx11property.h x11: Move atom API into gdkx11property.h 2010-12-21 12:07:07 -05:00
gdkx11screen.h Fix up GDK docs 2010-12-25 00:02:39 -05:00
gdkx11selection.h x11: Move selection-specific API into gdkx11selection.h 2010-12-21 12:07:07 -05:00
gdkx11utils.h API: x11: Add GDK_POINTER_TO_XID() and GDK_XID_TO_POINTER() 2011-01-28 17:06:07 +01:00
gdkx11visual.h x11: Export GdkX11Visual 2010-12-21 12:07:08 -05:00
gdkx11window.h x11: Add a GdkX11Window class for X11 windows 2010-12-21 12:07:08 -05:00
gdkx.h Fix up GDK docs 2010-12-25 00:02:39 -05:00
gdkxftdefaults.c x11: Rename GdkScreenX11 to GdkX11Screen 2010-12-21 12:07:08 -05:00
gdkxid.c x11: Rename GdkDisplayX11 to GdkX11Display 2010-12-21 12:07:07 -05:00
Makefile.am x11: Make headers identical no matter if we run with or without XI2 2011-02-12 01:27:40 +01:00
MwmUtil.h Cleanup. (#169648, Fabricio Barros Cabral) 2005-06-12 05:32:25 +00:00
xsettings-client.c Inclusion cleanups in sources 2010-10-14 22:09:36 -04: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 Inclusion cleanups in sources 2010-10-14 22:09:36 -04:00
xsettings-common.h Multiple changes to reduce the amount of unprefixed symbols 2010-12-21 12:07:00 -05:00