Re: [PATCH weston v4 15/15] Add a screen sharing plugin

2014-04-02 Thread Andrew Wedgbury
Hi, On Wed, 2 Apr 2014, Jason Ekstrand wrote: On Apr 2, 2014 8:31 AM, "Manuel Bachmann" wrote: > > HI Jason, >   > Thanks for submitting this interesting patch ; just tested it, works very well ! >   > There's one missing thing, though : in "screen-share.c", you're using the "os_create_cr

Re: [PATCH weston v4 15/15] Add a screen sharing plugin

2014-03-11 Thread Jason Ekstrand
On Mar 10, 2014 9:29 PM, "Bryce W. Harrington" wrote: > > On Mon, Mar 10, 2014 at 08:42:41PM -0500, Jason Ekstrand wrote: > > > > +static void > > > > +ss_seat_handle_pointer_enter(void *data, struct wl_pointer *pointer, > > > > + uint32_t serial, struct wl_surface *surfac

Re: [PATCH weston v4 15/15] Add a screen sharing plugin

2014-03-10 Thread Bryce W. Harrington
On Mon, Mar 10, 2014 at 08:42:41PM -0500, Jason Ekstrand wrote: > > > +static void > > > +ss_seat_handle_pointer_enter(void *data, struct wl_pointer *pointer, > > > + uint32_t serial, struct wl_surface *surface, > > > + wl_fixed_t x, wl_fixed_t y) >

Re: [PATCH weston v4 15/15] Add a screen sharing plugin

2014-03-10 Thread Bryce W. Harrington
Mostly just some spell checks. Reviewed-by: Bryce Harrington On Tue, Feb 25, 2014 at 07:26:47PM -0600, Jason Ekstrand wrote: > This adds a plugin called screen-share.so. If the screen-share.so module > is imported, it will add the CTRL+ALT+s keybinding to start a screen > sharing session. If y

[PATCH weston v4 15/15] Add a screen sharing plugin

2014-02-25 Thread Jason Ekstrand
This adds a plugin called screen-share.so. If the screen-share.so module is imported, it will add the CTRL+ALT+s keybinding to start a screen sharing session. If you press CTRL+ALT+S, weston will spawn another copy of weston, this time with the RDP backend, and mirrors the current screen to it an