Re: [PATCH weston v3 5/8] Rename 'state' in axis (or ambiguous) bindings to 'value'

2012-05-07 Thread Kristian Høgsberg
On Fri, May 04, 2012 at 11:21:57AM +0100, Daniel Stone wrote: > Since it's usually an axis value rather than a boolean, be slightly more > explicit about it. Oh, yeah, that was bad. Applied. Kristian > Signed-off-by: Daniel Stone > --- > src/compositor.h |8 +--- > src/shell.c |

[PATCH weston v3 5/8] Rename 'state' in axis (or ambiguous) bindings to 'value'

2012-05-04 Thread Daniel Stone
Since it's usually an axis value rather than a boolean, be slightly more explicit about it. Signed-off-by: Daniel Stone --- src/compositor.h |8 +--- src/shell.c | 20 +--- src/util.c |6 +++--- 3 files changed, 21 insertions(+), 13 deletions(-) v3: New.