On Fri, May 04, 2012 at 11:21:20AM +0100, Daniel Stone wrote:
> Since we just use it as a simple boolean flag, might as well convert it
> to unsigned.
Yup, committed.
Kristian
> Signed-off-by: Daniel Stone
> ---
> src/data-device.c|2 +-
> src/wayland-server.c |4 ++--
> src/wayland
Since we just use it as a simple boolean flag, might as well convert it
to unsigned.
Signed-off-by: Daniel Stone
---
src/data-device.c|2 +-
src/wayland-server.c |4 ++--
src/wayland-server.h |4 ++--
3 files changed, 5 insertions(+), 5 deletions(-)
v3: No changes.
diff --git a