diff options
author | Raph Levien <raph@src.gnome.org> | 1998-11-27 19:44:01 +0000 |
---|---|---|
committer | Raph Levien <raph@src.gnome.org> | 1998-11-27 19:44:01 +0000 |
commit | 36d80dc374b055205b566552ada7c4e0c45764ee (patch) | |
tree | 595e464eab09c768778b50436453d172b2ff024d | |
parent | f26c189e5b89bc21a24411358fa1fff4472ccca6 (diff) | |
download | gtk+-36d80dc374b055205b566552ada7c4e0c45764ee.tar.gz |
Fixed gdk_input_devices being NULL when compiled with --xinput=xfree but
no XInput extension in X server.
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | ChangeLog.pre-2-0 | 6 | ||||
-rw-r--r-- | ChangeLog.pre-2-10 | 6 | ||||
-rw-r--r-- | ChangeLog.pre-2-2 | 6 | ||||
-rw-r--r-- | ChangeLog.pre-2-4 | 6 | ||||
-rw-r--r-- | ChangeLog.pre-2-6 | 6 | ||||
-rw-r--r-- | ChangeLog.pre-2-8 | 6 | ||||
-rw-r--r-- | gdk/gdkinputcommon.h | 22 | ||||
-rw-r--r-- | gdk/x11/gdkinput-x11.c | 22 |
9 files changed, 66 insertions, 20 deletions
@@ -1,3 +1,9 @@ +Fri Nov 27 11:41:27 1998 Raph Levien <raph@gimp.org> + + * gdk/gdkinputcommon.h (gdk_input_common_init): Fixed it so that + it still includes the core pointer in gdk_input_devices even + if the XInput extension is not present in the X server. + Fri Nov 27 12:17:15 1998 Owen Taylor <otaylor@redhat.com> * gtk/gtkdnd.[ch] (gtk_drag_get_source_widget): New function to diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 9596e33bc8..74de2d90f1 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,9 @@ +Fri Nov 27 11:41:27 1998 Raph Levien <raph@gimp.org> + + * gdk/gdkinputcommon.h (gdk_input_common_init): Fixed it so that + it still includes the core pointer in gdk_input_devices even + if the XInput extension is not present in the X server. + Fri Nov 27 12:17:15 1998 Owen Taylor <otaylor@redhat.com> * gtk/gtkdnd.[ch] (gtk_drag_get_source_widget): New function to diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 9596e33bc8..74de2d90f1 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +Fri Nov 27 11:41:27 1998 Raph Levien <raph@gimp.org> + + * gdk/gdkinputcommon.h (gdk_input_common_init): Fixed it so that + it still includes the core pointer in gdk_input_devices even + if the XInput extension is not present in the X server. + Fri Nov 27 12:17:15 1998 Owen Taylor <otaylor@redhat.com> * gtk/gtkdnd.[ch] (gtk_drag_get_source_widget): New function to diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 9596e33bc8..74de2d90f1 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,9 @@ +Fri Nov 27 11:41:27 1998 Raph Levien <raph@gimp.org> + + * gdk/gdkinputcommon.h (gdk_input_common_init): Fixed it so that + it still includes the core pointer in gdk_input_devices even + if the XInput extension is not present in the X server. + Fri Nov 27 12:17:15 1998 Owen Taylor <otaylor@redhat.com> * gtk/gtkdnd.[ch] (gtk_drag_get_source_widget): New function to diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 9596e33bc8..74de2d90f1 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,9 @@ +Fri Nov 27 11:41:27 1998 Raph Levien <raph@gimp.org> + + * gdk/gdkinputcommon.h (gdk_input_common_init): Fixed it so that + it still includes the core pointer in gdk_input_devices even + if the XInput extension is not present in the X server. + Fri Nov 27 12:17:15 1998 Owen Taylor <otaylor@redhat.com> * gtk/gtkdnd.[ch] (gtk_drag_get_source_widget): New function to diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 9596e33bc8..74de2d90f1 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,9 @@ +Fri Nov 27 11:41:27 1998 Raph Levien <raph@gimp.org> + + * gdk/gdkinputcommon.h (gdk_input_common_init): Fixed it so that + it still includes the core pointer in gdk_input_devices even + if the XInput extension is not present in the X server. + Fri Nov 27 12:17:15 1998 Owen Taylor <otaylor@redhat.com> * gtk/gtkdnd.[ch] (gtk_drag_get_source_widget): New function to diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 9596e33bc8..74de2d90f1 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,9 @@ +Fri Nov 27 11:41:27 1998 Raph Levien <raph@gimp.org> + + * gdk/gdkinputcommon.h (gdk_input_common_init): Fixed it so that + it still includes the core pointer in gdk_input_devices even + if the XInput extension is not present in the X server. + Fri Nov 27 12:17:15 1998 Owen Taylor <otaylor@redhat.com> * gtk/gtkdnd.[ch] (gtk_drag_get_source_widget): New function to diff --git a/gdk/gdkinputcommon.h b/gdk/gdkinputcommon.h index c4e21f4f1c..e5394a37f1 100644 --- a/gdk/gdkinputcommon.h +++ b/gdk/gdkinputcommon.h @@ -436,20 +436,22 @@ gdk_input_common_init(gint include_core) for (loop = 0; loop < num_extensions && (strcmp(extensions[loop], "XInputExtension") != 0); loop++); XFreeExtensionList(extensions); - if (loop == num_extensions) /* XInput extension not found */ - return FALSE; + gdk_input_devices = NULL; + if (loop < num_extensions) + { + /* XInput extension found */ - gdk_input_devices = 0; - devices = XListInputDevices(display, &num_devices); + devices = XListInputDevices(display, &num_devices); - for(loop=0; loop<num_devices; loop++) - { - GdkDevicePrivate *gdkdev = gdk_input_device_new(&devices[loop], + for(loop=0; loop<num_devices; loop++) + { + GdkDevicePrivate *gdkdev = gdk_input_device_new(&devices[loop], include_core); - if (gdkdev) - gdk_input_devices = g_list_append(gdk_input_devices, gdkdev); + if (gdkdev) + gdk_input_devices = g_list_append(gdk_input_devices, gdkdev); + } + XFreeDeviceList(devices); } - XFreeDeviceList(devices); gdk_input_devices = g_list_append (gdk_input_devices, &gdk_input_core_info); diff --git a/gdk/x11/gdkinput-x11.c b/gdk/x11/gdkinput-x11.c index c4e21f4f1c..e5394a37f1 100644 --- a/gdk/x11/gdkinput-x11.c +++ b/gdk/x11/gdkinput-x11.c @@ -436,20 +436,22 @@ gdk_input_common_init(gint include_core) for (loop = 0; loop < num_extensions && (strcmp(extensions[loop], "XInputExtension") != 0); loop++); XFreeExtensionList(extensions); - if (loop == num_extensions) /* XInput extension not found */ - return FALSE; + gdk_input_devices = NULL; + if (loop < num_extensions) + { + /* XInput extension found */ - gdk_input_devices = 0; - devices = XListInputDevices(display, &num_devices); + devices = XListInputDevices(display, &num_devices); - for(loop=0; loop<num_devices; loop++) - { - GdkDevicePrivate *gdkdev = gdk_input_device_new(&devices[loop], + for(loop=0; loop<num_devices; loop++) + { + GdkDevicePrivate *gdkdev = gdk_input_device_new(&devices[loop], include_core); - if (gdkdev) - gdk_input_devices = g_list_append(gdk_input_devices, gdkdev); + if (gdkdev) + gdk_input_devices = g_list_append(gdk_input_devices, gdkdev); + } + XFreeDeviceList(devices); } - XFreeDeviceList(devices); gdk_input_devices = g_list_append (gdk_input_devices, &gdk_input_core_info); |