mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-11 21:20:09 +00:00
plug: Comment hack for xinput that used private x11 backend API
This commit is contained in:
parent
624dc45755
commit
33417c36f1
@ -352,7 +352,10 @@ _gtk_plug_windowing_filter_func (GdkXEvent *gdk_xevent,
|
||||
break;
|
||||
}
|
||||
|
||||
#ifdef XINPUT_2
|
||||
#if 0
|
||||
/* FIXME: this needs some X11 backend api to do things
|
||||
* in a saner way
|
||||
*/
|
||||
case KeyPress:
|
||||
case KeyRelease:
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user