[PATCH weston 09/10] Rename screenshooter protocol to weston_screenshooter
Pekka Paalanen
ppaalanen at gmail.com
Thu Nov 5 06:35:15 PST 2015
On Wed, 4 Nov 2015 16:49:58 +0800
Jonas Ådahl <jadahl at gmail.com> wrote:
> Due to the effort of moving a way from non-prefixed protocols, rename
> the weston specific screenshooter protocol to weston_screenshooter.
>
> Signed-off-by: Jonas Ådahl <jadahl at gmail.com>
> ---
> Makefile.am | 14 +++++++-------
> clients/screenshot.c | 21 +++++++++++++--------
> protocol/screenshooter.xml | 12 ------------
> protocol/weston-screenshooter.xml | 12 ++++++++++++
> src/screenshooter.c | 12 ++++++------
> 5 files changed, 38 insertions(+), 33 deletions(-)
> delete mode 100644 protocol/screenshooter.xml
> create mode 100644 protocol/weston-screenshooter.xml
> diff --git a/src/screenshooter.c b/src/screenshooter.c
> index 6e1af65..d0ec00e 100644
> --- a/src/screenshooter.c
> +++ b/src/screenshooter.c
> @@ -622,9 +622,9 @@ screenshooter_create(struct weston_compositor *ec)
> shooter->client = NULL;
>
> shooter->global = wl_global_create(ec->wl_display,
> - &screenshooter_interface, 1,
> + &weston_screenshooter_interface, 1,
> shooter, bind_shooter);
> - weston_compositor_add_key_binding(ec, KEY_S, MODIFIER_SUPER,
> + weston_compositor_add_key_binding(ec, KEY_S, MODIFIER_CTRL,
Oops? :-)
Otherwise
Acked-by: Pekka Paalanen <pekka.paalanen at collabora.co.uk>
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: <http://lists.freedesktop.org/archives/wayland-devel/attachments/20151105/50c9c440/attachment.sig>
More information about the wayland-devel
mailing list