Skip to content

backends: Move MetaKeyboardA11yFlags to a public header

Olivier Fourdan requested to merge ofourdan/mutter:issue-2306 into main

The MetaKeyboardA11yFlags are used by gnome-shell to show a dialog whenever a keyboard accessibility feature is switched using the keyboard.

Unfortunately, commit c3acaeb2 renamed the Clutter flag to Meta and moved them to a private header. As a result, gnome-shell do not show any dialog anymore when a keyboard accessibility feature is activated.

Move the MetaKeyboardA11yFlags definition to a public header so that gnome-shell can use it.

Closes: #2306 (closed) Fixes: c3acaeb2 - backends: Move keyboard a11y into backends

Merge request reports