Skip to content

menu: Fix touch support by using pointer emulation under X11

Alynx Zhou requested to merge (removed):gtk3-fix-menu-touch into gtk-3-24

GtkMenu under X11 cannot handle touch events properly, so just disable touchscreen grabbing for it, which makes it fallback to pointer emulation.

Closes #945 (closed)

Merge request reports