]> Pileus Git - ~andy/gtk/commit
gdk/x11: Add gdk_x11_device_manager_lookup()
authorCarlos Garnacho <carlosg@gnome.org>
Thu, 14 Jul 2011 15:49:44 +0000 (17:49 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Fri, 15 Jul 2011 16:14:38 +0000 (18:14 +0200)
commit6aab48ead0c3189e8380c4b1b1aa38be5b2882b2
tree68c6dbe31a30cb49b7c1659ba3a17093ba1c1115
parentf90c154472cc9f3901644ccb49e944aca40200ca
gdk/x11: Add gdk_x11_device_manager_lookup()

This function can be used to find the GdkDevice wrapping
an XInput2 device ID. For core devices, the Virtual Core
Pointer/Keyboard IDs (2/3) may be used.
docs/reference/gdk/gdk3-sections.txt
gdk/gdk.symbols
gdk/x11/Makefile.am
gdk/x11/gdkdevicemanager-x11.c
gdk/x11/gdkdevicemanager-xi2.c
gdk/x11/gdkprivate-x11.h
gdk/x11/gdkx.h
gdk/x11/gdkx11devicemanager.h [new file with mode: 0644]