Extract the text_model_manager interface from input_method
authorPhilipp Brüschweiler <blei42@gmail.com>
Wed, 11 Jul 2012 20:25:31 +0000 (22:25 +0200)
committerKristian Høgsberg <krh@bitplanet.net>
Sun, 22 Jul 2012 16:06:10 +0000 (12:06 -0400)
commitf25602bdc0e224d74143c35e2b54f3d6d142d2e2
tree3b3cd209e813487582521fc70e337f06dc735d39
parentf97f379dfcabf748deb23bff828af4af5761d122
Extract the text_model_manager interface from input_method

This is necessary because all clients need a way to create
text_models, but only one client at a time can be bound to
the input_method global (else we don't know to whom we are
supposed to send events).
clients/editor.c
protocol/text.xml
src/text-backend.c