mirror of
https://github.com/brl/mutter.git
synced 2025-02-09 01:54:10 +00:00
![Emmanuele Bassi](/assets/img/avatar_default.png)
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().