[PATCH v1] refactor configuration API of rdp-backend
Pekka Paalanen
ppaalanen at gmail.com
Mon Apr 25 13:58:18 UTC 2016
On Fri, 22 Apr 2016 17:05:26 +0200
Benoit Gschwind <gschwind at gnu-log.net> 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 <gschwind at gnu-log.net>
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 811 bytes
Desc: OpenPGP digital signature
URL: <https://lists.freedesktop.org/archives/wayland-devel/attachments/20160425/b6c881eb/attachment.sig>
More information about the wayland-devel
mailing list