On Fri, 22 Apr 2016 17:05:26 +0200 Benoit Gschwind <[email protected]> wrote:
> Implement a "well" defined API to configure the rdp backend. > Following according to discution about libweston API. > --- > v1: > - Fix the patch log > v0: > - Nothing particular. > > Signed-off-by: Benoit Gschwind <[email protected]> Hi Benoit, please do not put your S-o-b line after the "---" because git-am will remove it. > > Makefile.am | 1 + > src/compositor-rdp.c | 71 > +++++++++++++++++++++------------------------------- > src/compositor-rdp.h | 54 +++++++++++++++++++++++++++++++++++++++ > src/main.c | 56 +++++++++++++++++++++++++++++++++++++++-- > 4 files changed, 137 insertions(+), 45 deletions(-) > create mode 100644 src/compositor-rdp.h > > diff --git a/Makefile.am b/Makefile.am > index c042c68..a4dcd57 100644 > --- a/Makefile.am > +++ b/Makefile.am > @@ -73,6 +73,7 @@ weston_SOURCES = \ > src/compositor.c \ > src/compositor.h \ > src/compositor-headless.h \ > + src/compositor-rdp.h \ > src/input.c \ > src/data-device.c \ > src/screenshooter.c \ The same as before, missing additions to westoninclude_HEADERS and rdp_backend_la_SOURCES. I have made these changes, plus removed a couple of extra empty lines from main.c. Pushed: 2dd10e0..bd57310 master -> master Thanks, pq
pgp1Ekg5Y0eGp.pgp
Description: OpenPGP digital signature
_______________________________________________ wayland-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/wayland-devel
