[PATCH 4/5] text: Assign text_model to a wl_seat

2012-08-10 Thread Jan Arne Petersen
From: Jan Arne Petersen jpeter...@openismus.com Add a wl_seat argument to the activate and deactivate requests of text_method. On activation a text_model gets assigned to the input_method of the wl_seat specified in the activate request. --- clients/editor.c | 28 +++---

Re: [PATCH 4/5] text: Assign text_model to a wl_seat

2012-08-10 Thread Philipp Brüschweiler
This will not work with multiple seats, right? I guess the input_method struct would have to be broken up into a 'global' part (containing the global object bindings) and a per seat part. Or am I missing something? Cheers, Philipp On Fri, Aug 10, 2012 at 4:47 PM, Jan Arne Petersen

Re: [PATCH 4/5] text: Assign text_model to a wl_seat

2012-08-10 Thread Jan Arne Petersen
Hi, On 08/10/2012 08:32 PM, Philipp Brüschweiler wrote: This will not work with multiple seats, right? I guess the input_method struct would have to be broken up into a 'global' part (containing the global object bindings) and a per seat part. Or am I missing something? It should work with