Re: [PATCH weston 2/2] input: Move weston_seat_set_keyboard_focus and document

2016-07-01 Thread Pekka Paalanen
On Thu, 30 Jun 2016 12:45:51 -0700 Bryce Harrington wrote: > On Thu, Jun 30, 2016 at 02:13:45PM +0300, Pekka Paalanen wrote: > > Hi Bryce, > > > > both pushed: > >a5bb91d..24f917e master -> master > > > > > > The activate_signal will be a lot more difficult to handle. The only > > in-tre

Re: [PATCH weston 2/2] input: Move weston_seat_set_keyboard_focus and document

2016-06-30 Thread Bryce Harrington
On Thu, Jun 30, 2016 at 02:13:45PM +0300, Pekka Paalanen wrote: > On Wed, 29 Jun 2016 19:04:07 -0700 > Bryce Harrington wrote: > > > Place it with the other weston_seat functions. > > > > Signed-off-by: Bryce Harrington > > --- > > libweston/compositor.h | 7 --- > > libweston/input.c

Re: [PATCH weston 2/2] input: Move weston_seat_set_keyboard_focus and document

2016-06-30 Thread Pekka Paalanen
On Wed, 29 Jun 2016 19:04:07 -0700 Bryce Harrington wrote: > Place it with the other weston_seat functions. > > Signed-off-by: Bryce Harrington > --- > libweston/compositor.h | 7 --- > libweston/input.c | 34 +++--- > 2 files changed, 23 insertions(+), 18

[PATCH weston 2/2] input: Move weston_seat_set_keyboard_focus and document

2016-06-29 Thread Bryce Harrington
Place it with the other weston_seat functions. Signed-off-by: Bryce Harrington --- libweston/compositor.h | 7 --- libweston/input.c | 34 +++--- 2 files changed, 23 insertions(+), 18 deletions(-) diff --git a/libweston/compositor.h b/libweston/compositor.h