mirror of
https://github.com/brl/mutter.git
synced 2025-03-19 17:55:06 +00:00

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().