Re: [PATCH v2 1/3] keyboard: fix to make it work in the presence of multiple seats

2012-08-13 Thread Jan Arne Petersen
On 08/13/2012 02:35 PM, Philipp Brüschweiler wrote: > Multiple seats imply multiple input methods. Each input method is now > held in a keyboard_input_method struct. On a button click, a commit is > sent to each input method. Yes, that looks good. > --- > clients/keyboard.c | 44

[PATCH v2 1/3] keyboard: fix to make it work in the presence of multiple seats

2012-08-13 Thread Philipp Brüschweiler
Multiple seats imply multiple input methods. Each input method is now held in a keyboard_input_method struct. On a button click, a commit is sent to each input method. --- clients/keyboard.c | 44 +++- 1 Datei geändert, 35 Zeilen hinzugefügt(+), 9 Zeilen ent