[cogl/wip/runtime-egl-platform: 7/12] cogland: Remove tabs
- From: Neil Roberts <nroberts src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [cogl/wip/runtime-egl-platform: 7/12] cogland: Remove tabs
- Date: Tue, 13 Dec 2011 12:26:22 +0000 (UTC)
commit 0cd1a6d85457ee05c4d4f1b0ea085d09d77a147c
Author: Neil Roberts <neil linux intel com>
Date: Mon Dec 12 18:08:10 2011 +0000
cogland: Remove tabs
Tabs make me sad.
examples/cogland.c | 22 +++++++++++-----------
1 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/examples/cogland.c b/examples/cogland.c
index 97324b0..7f28204 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");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]