summaryrefslogtreecommitdiff
path: root/gdk/gdkinput.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdk/gdkinput.h')
-rw-r--r--gdk/gdkinput.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gdk/gdkinput.h b/gdk/gdkinput.h
index b5b004d9c0..a923a9c7c4 100644
--- a/gdk/gdkinput.h
+++ b/gdk/gdkinput.h
@@ -97,8 +97,10 @@ struct _GdkTimeCoord
GType gdk_device_get_type (void);
+#ifndef GDK_MULTIHEAD_SAFE
/* Returns a list of GdkDevice * */
-GList * gdk_devices_list (void);
+GList * gdk_devices_list (void);
+#endif /* GDK_MULTIHEAD_SAFE */
/* Functions to configure a device */
void gdk_device_set_source (GdkDevice *device,