Skip to content

[Backport to 40] backends: Move MetaKeyboardA11yFlags to a public header

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 Part-of: !2463 (merged) (cherry picked from commit 1c16e1cb)

Merge request reports