From 184023bd2b1248c9ef23c99c38b8e04998bb669f Mon Sep 17 00:00:00 2001 From: Neil Roberts Date: Mon, 12 Dec 2011 18:08:10 +0000 Subject: [PATCH] cogland: Remove tabs Tabs make me sad. Reviewed-by: Robert Bragg --- examples/cogland.c | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/examples/cogland.c b/examples/cogland.c index 97324b092..7f282041a 100644 --- a/examples/cogland.c +++ b/examples/cogland.c @@ -175,7 +175,7 @@ shm_buffer_created (struct wl_buffer *wayland_buffer) static void shm_buffer_damaged (struct wl_buffer *wayland_buffer, - gint32 x, + gint32 x, gint32 y, gint32 width, gint32 height) @@ -540,7 +540,7 @@ const static struct wl_compositor_interface cogland_compositor_interface = static void compositor_bind (struct wl_client *client, - void *data, + void *data, guint32 version, guint32 id) { @@ -571,24 +571,24 @@ shell_resize (struct wl_client *client, static void shell_set_toplevel (struct wl_client *client, - struct wl_resource *resource, - struct wl_resource *surface_resource) + struct wl_resource *resource, + struct wl_resource *surface_resource) { } static void shell_set_transient (struct wl_client *client, - struct wl_resource *resource, - struct wl_resource *surface_resource, - struct wl_resource *parent_resource, - int x, int y, uint32_t flags) + struct wl_resource *resource, + struct wl_resource *surface_resource, + struct wl_resource *parent_resource, + int x, int y, uint32_t flags) { } static void shell_set_fullscreen (struct wl_client *client, - struct wl_resource *resource, - struct wl_resource *surface_resource) + struct wl_resource *resource, + struct wl_resource *surface_resource) { } @@ -633,7 +633,7 @@ main (int argc, char **argv) if (!wl_display_add_global (compositor.wayland_display, &wl_compositor_interface, - &compositor, + &compositor, compositor_bind)) g_error ("Failed to register wayland compositor object");