mirror of
https://github.com/brl/mutter.git
synced 2025-08-03 07:04:41 +00:00

Since c6493885c3
when building the EGL backend for eglx there was
no fallback in the init_events implementation so the X11 backend init
function would never get called. This was stopping it from receiving
any X events so a lot of things broke. It now just chains up.