mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 01:09:30 +00:00
Use ClutterBindPool inside ClutterText
ClutterText should use the newly added ClutterBindingPool API to handle key events, instead of its homegrown code. This commit removes the action/mapping code and defers the entire key binding matching to a ClutterBindingPool created inside the Text class initialization function.
This commit is contained in: