[PATCH 2/3] compositor: fix option types

Pekka Paalanen ppaalanen at gmail.com
Mon Mar 19 04:58:02 PDT 2012


On Mon, 12 Mar 2012 19:06:39 -0300
Tiago Vignatti <tiago.vignatti at intel.com> wrote:

> Basically all integer options should be set as unsigned integers instead.
> Funny that WESTON_OPTION_INTEGER is not being used anywhere now.
> 
> Signed-off-by: Tiago Vignatti <tiago.vignatti at intel.com>
> ---
>  clients/eventdemo.c      |    8 ++++----
>  src/compositor-drm.c     |    4 ++--
>  src/compositor-openwfd.c |    4 ++--
>  src/compositor-wayland.c |    4 ++--
>  src/compositor-x11.c     |    6 +++---
>  src/compositor.c         |    2 +-
>  6 files changed, 14 insertions(+), 14 deletions(-)

Didn't really check the 'connector' and 'tty' to be ok as unsigned, but
otherwise looks good to me.

- pq


More information about the wayland-devel mailing list