More consistent ID printing
authorDaniel Stone <daniel@fooishbar.org>
Mon, 23 Jul 2012 18:54:42 +0000 (19:54 +0100)
committerKristian Høgsberg <krh@bitplanet.net>
Tue, 24 Jul 2012 00:17:10 +0000 (20:17 -0400)
commit3ec40512c7e43c5e5a223a9d33e4737a0782916a
treea3a6638742215336f1889a2205c0abeeee0bd3bc
parentdb0add6d5e23deac53c834f73d5e56180600cead
More consistent ID printing

Use unsigned rather than signed for IDs, so they match up with what we
see in other prints.

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
src/connection.c
src/wayland-client.c
src/wayland-server.c
tests/connection-test.c