Re: [PATCH v2 2/4] protocol: specify enum and bitfield attributes

2015-10-21 Thread Auke Booij
On 21 October 2015 at 18:49, Nils Chr. Brause wrote: > You are missing bitfield="true" for wl_shell_surface::resize and > wl_output::transform. Scanning the weston source code, it seems you would have been right about wl_shell_surface had it not been replaced by xdg_shell_surface. But I am happy

Re: [PATCH v2 2/4] protocol: specify enum and bitfield attributes

2015-10-21 Thread Nils Chr. Brause
Hi, You are missing bitfield="true" for wl_shell_surface::resize and wl_output::transform. Cheers, Nils On Tue, Oct 20, 2015 at 12:21 AM, Auke Booij wrote: > Signed-off-by: Auke Booij > --- > protocol/wayland.xml | 34 +- > 1 file changed, 17 insertions(+), 17

Re: [PATCH v2 2/4] protocol: specify enum and bitfield attributes

2015-10-20 Thread Bryce Harrington
On Mon, Oct 19, 2015 at 11:21:24PM +0100, Auke Booij wrote: > Signed-off-by: Auke Booij Reviewed-by: Bryce Harrington > --- > protocol/wayland.xml | 34 +- > 1 file changed, 17 insertions(+), 17 deletions(-) > > diff --git a/protocol/wayland.xml b/protocol/wayl

[PATCH v2 2/4] protocol: specify enum and bitfield attributes

2015-10-19 Thread Auke Booij
Signed-off-by: Auke Booij --- protocol/wayland.xml | 34 +- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/protocol/wayland.xml b/protocol/wayland.xml index 59819e9..a3e6900 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -367,7 +36