diff options
author | Florian Müllner <fmuellner@gnome.org> | 2010-12-15 12:52:16 +0100 |
---|---|---|
committer | Florian Müllner <fmuellner@gnome.org> | 2010-12-15 13:05:11 +0100 |
commit | ce5dae67021c483d46a46e0206fe3a6095b38100 (patch) | |
tree | c7b63a8e6bb9000de107f5c3ccc8893d392e2fef /gdk/gdkdevicemanager.c | |
parent | 544146b9be4078009c35695b1744431c98a81a40 (diff) | |
download | gtk+-ce5dae67021c483d46a46e0206fe3a6095b38100.tar.gz |
Complete renaming of gdk_enable_multidevice()
The function was renamed in commit c4a5c2ed4, but some places were
missed, most notably the public header.
Diffstat (limited to 'gdk/gdkdevicemanager.c')
-rw-r--r-- | gdk/gdkdevicemanager.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/gdkdevicemanager.c b/gdk/gdkdevicemanager.c index e282036424..5ef51b7724 100644 --- a/gdk/gdkdevicemanager.c +++ b/gdk/gdkdevicemanager.c @@ -85,8 +85,8 @@ * * In order to query the device hierarchy and be aware of changes in the device hierarchy (such as * virtual devices being created or removed, or physical devices being plugged or unplugged), GDK - * provides #GdkDeviceManager. On X11, multidevice support is implemented through XInput 2. If - * gdk_enable_multidevice() is called, the XInput 2.x #GdkDeviceManager implementation will be used + * provides #GdkDeviceManager. On X11, multidevice support is implemented through XInput 2. Unless + * gdk_disable_multidevice() is called, the XInput 2.x #GdkDeviceManager implementation will be used * as input source, else either the core or XInput 1.x implementations will be used. */ |