X11 R6.4 specifies 15 events for the XInput extension. We want to see them
2004-03-01 Simon Budig <simon@gimp.org> * gdk/x11/gdkinput-x11.c: X11 R6.4 specifies 15 events for the XInput extension. We want to see them all. We now get Proximity Out events again. Fixes bug #135320.
This commit is contained in:
parent
9f13de7e04
commit
c04ecdaa1a
@ -1,3 +1,9 @@
|
|||||||
|
2004-03-01 Simon Budig <simon@gimp.org>
|
||||||
|
|
||||||
|
* gdk/x11/gdkinput-x11.c: X11 R6.4 specifies 15 events
|
||||||
|
for the XInput extension. We want to see them all.
|
||||||
|
We now get Proximity Out events again. Fixes bug #135320.
|
||||||
|
|
||||||
Tue Mar 2 00:47:21 2004 Matthias Clasen <maclas@gmx.de>
|
Tue Mar 2 00:47:21 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gtk/gtkimmodule.c (match_locale): Use case-insensitive
|
* gtk/gtkimmodule.c (match_locale): Use case-insensitive
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
2004-03-01 Simon Budig <simon@gimp.org>
|
||||||
|
|
||||||
|
* gdk/x11/gdkinput-x11.c: X11 R6.4 specifies 15 events
|
||||||
|
for the XInput extension. We want to see them all.
|
||||||
|
We now get Proximity Out events again. Fixes bug #135320.
|
||||||
|
|
||||||
Tue Mar 2 00:47:21 2004 Matthias Clasen <maclas@gmx.de>
|
Tue Mar 2 00:47:21 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gtk/gtkimmodule.c (match_locale): Use case-insensitive
|
* gtk/gtkimmodule.c (match_locale): Use case-insensitive
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
2004-03-01 Simon Budig <simon@gimp.org>
|
||||||
|
|
||||||
|
* gdk/x11/gdkinput-x11.c: X11 R6.4 specifies 15 events
|
||||||
|
for the XInput extension. We want to see them all.
|
||||||
|
We now get Proximity Out events again. Fixes bug #135320.
|
||||||
|
|
||||||
Tue Mar 2 00:47:21 2004 Matthias Clasen <maclas@gmx.de>
|
Tue Mar 2 00:47:21 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gtk/gtkimmodule.c (match_locale): Use case-insensitive
|
* gtk/gtkimmodule.c (match_locale): Use case-insensitive
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
2004-03-01 Simon Budig <simon@gimp.org>
|
||||||
|
|
||||||
|
* gdk/x11/gdkinput-x11.c: X11 R6.4 specifies 15 events
|
||||||
|
for the XInput extension. We want to see them all.
|
||||||
|
We now get Proximity Out events again. Fixes bug #135320.
|
||||||
|
|
||||||
Tue Mar 2 00:47:21 2004 Matthias Clasen <maclas@gmx.de>
|
Tue Mar 2 00:47:21 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gtk/gtkimmodule.c (match_locale): Use case-insensitive
|
* gtk/gtkimmodule.c (match_locale): Use case-insensitive
|
||||||
|
@ -1,3 +1,9 @@
|
|||||||
|
2004-03-01 Simon Budig <simon@gimp.org>
|
||||||
|
|
||||||
|
* gdk/x11/gdkinput-x11.c: X11 R6.4 specifies 15 events
|
||||||
|
for the XInput extension. We want to see them all.
|
||||||
|
We now get Proximity Out events again. Fixes bug #135320.
|
||||||
|
|
||||||
Tue Mar 2 00:47:21 2004 Matthias Clasen <maclas@gmx.de>
|
Tue Mar 2 00:47:21 2004 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gtk/gtkimmodule.c (match_locale): Use case-insensitive
|
* gtk/gtkimmodule.c (match_locale): Use case-insensitive
|
||||||
|
@ -395,7 +395,7 @@ _gdk_input_common_init (GdkDisplay *display,
|
|||||||
&ignore, &event_base, &ignore))
|
&ignore, &event_base, &ignore))
|
||||||
{
|
{
|
||||||
gdk_x11_register_standard_event_type (display,
|
gdk_x11_register_standard_event_type (display,
|
||||||
event_base, 9 /* Number of events */);
|
event_base, 15 /* Number of events */);
|
||||||
|
|
||||||
devices = XListInputDevices(display_x11->xdisplay, &num_devices);
|
devices = XListInputDevices(display_x11->xdisplay, &num_devices);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user