wayland/src
Pekka Paalanen b7c7963f16 Fix printf format warnings
connection.c:530: warning: format '%lu' expects type 'long unsigned
int', but argument 2 has type 'unsigned int'

/connection.c:560: warning: format '%lu' expects type 'long unsigned
int', but argument 2 has type 'unsigned int'

Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
2012-04-17 15:02:15 -04:00
..
.gitignore Add a public header for the version number 2012-04-12 17:54:44 -04:00
connection.c Fix printf format warnings 2012-04-17 15:02:15 -04:00
data-device.c data-device: Take away pointer focus when we start a dnd drag 2012-04-13 12:51:40 -04:00
event-loop.c event-loop: Use two-step destruction of event loop sources. 2012-03-21 10:30:19 -04:00
Makefile.am Add a public header for the version number 2012-04-12 17:54:44 -04:00
scanner.c scanner: fix a signedness warning 2012-03-30 10:12:35 -04:00
scanner.mk Rename source subdir from wayland to src 2011-08-12 16:25:14 -04:00
wayland-client.c Switch protocol to using serial numbers for ordering events and requests 2012-04-11 22:27:26 -04:00
wayland-client.h Add a public header for the version number 2012-04-12 17:54:44 -04:00
wayland-client.pc.in Add a public header for the version number 2012-04-12 17:54:44 -04:00
wayland-egl.h Remove the wl_visual interface 2011-08-31 18:34:21 -04:00
wayland-private.h connection: Export wl_connection_queue() so we can test it 2012-03-02 23:38:31 -05:00
wayland-server.c server: Add client destroy signal 2012-04-13 09:53:15 -04:00
wayland-server.h data-device: Record the serial number for the current selection 2012-04-13 12:48:38 -04:00
wayland-server.pc.in Add a public header for the version number 2012-04-12 17:54:44 -04:00
wayland-shm.c Switch protocol to using serial numbers for ordering events and requests 2012-04-11 22:27:26 -04:00
wayland-util.c wayland-util: Fix wl_array signedness warnings 2012-03-30 10:43:36 -04:00
wayland-util.h wayland-util.h: Include stddef.h for size_t 2012-04-06 15:54:38 +02:00
wayland-version.h.in Add a public header for the version number 2012-04-12 17:54:44 -04:00