Re: [PATCH 3/6] Extract the text_model_manager interface from input_method

2012-07-22 Thread Kristian Høgsberg
On Wed, Jul 11, 2012 at 10:25:31PM +0200, Philipp Brüschweiler wrote: > 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). Thanks, yeah, tha

[PATCH 3/6] Extract the text_model_manager interface from input_method

2012-07-11 Thread Philipp Brüschweiler
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 | 9 +++--- protocol/text.xml | 4 ++- src/text-backend.c | 85 ++