mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 18:09:10 +00:00
cb4e5c9083
Instead of using a specific function to check whether the X server supports the XInput extension we can use the generic Xlib function XQueryExtension(). This cuts down the extra checks inside the configure.ac and simplifies the code inside clutter_x11_register_xinput().