mirror of
https://github.com/brl/mutter.git
synced 2025-01-24 02:19:15 +00:00
6da18b6e4f
There was previously a flag that gets set when this function was called but nothing checked it so the function effectively did nothing. Also the flag was a member of the backend struct but this can't be used because the function should be called before clutter_init so the backend is not ready yet. This patch makes the event disabling work more like the X11 backend and set a global variable instead.