mirror of
https://github.com/brl/mutter.git
synced 2025-01-24 02:19:15 +00:00
cogland: Remove tabs
Tabs make me sad. Reviewed-by: Robert Bragg <robert@linux.intel.com>
This commit is contained in:
parent
ff5bfc4a86
commit
184023bd2b
@ -175,7 +175,7 @@ shm_buffer_created (struct wl_buffer *wayland_buffer)
|
|||||||
|
|
||||||
static void
|
static void
|
||||||
shm_buffer_damaged (struct wl_buffer *wayland_buffer,
|
shm_buffer_damaged (struct wl_buffer *wayland_buffer,
|
||||||
gint32 x,
|
gint32 x,
|
||||||
gint32 y,
|
gint32 y,
|
||||||
gint32 width,
|
gint32 width,
|
||||||
gint32 height)
|
gint32 height)
|
||||||
@ -540,7 +540,7 @@ const static struct wl_compositor_interface cogland_compositor_interface =
|
|||||||
|
|
||||||
static void
|
static void
|
||||||
compositor_bind (struct wl_client *client,
|
compositor_bind (struct wl_client *client,
|
||||||
void *data,
|
void *data,
|
||||||
guint32 version,
|
guint32 version,
|
||||||
guint32 id)
|
guint32 id)
|
||||||
{
|
{
|
||||||
@ -571,24 +571,24 @@ shell_resize (struct wl_client *client,
|
|||||||
|
|
||||||
static void
|
static void
|
||||||
shell_set_toplevel (struct wl_client *client,
|
shell_set_toplevel (struct wl_client *client,
|
||||||
struct wl_resource *resource,
|
struct wl_resource *resource,
|
||||||
struct wl_resource *surface_resource)
|
struct wl_resource *surface_resource)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
shell_set_transient (struct wl_client *client,
|
shell_set_transient (struct wl_client *client,
|
||||||
struct wl_resource *resource,
|
struct wl_resource *resource,
|
||||||
struct wl_resource *surface_resource,
|
struct wl_resource *surface_resource,
|
||||||
struct wl_resource *parent_resource,
|
struct wl_resource *parent_resource,
|
||||||
int x, int y, uint32_t flags)
|
int x, int y, uint32_t flags)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
shell_set_fullscreen (struct wl_client *client,
|
shell_set_fullscreen (struct wl_client *client,
|
||||||
struct wl_resource *resource,
|
struct wl_resource *resource,
|
||||||
struct wl_resource *surface_resource)
|
struct wl_resource *surface_resource)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -633,7 +633,7 @@ main (int argc, char **argv)
|
|||||||
|
|
||||||
if (!wl_display_add_global (compositor.wayland_display,
|
if (!wl_display_add_global (compositor.wayland_display,
|
||||||
&wl_compositor_interface,
|
&wl_compositor_interface,
|
||||||
&compositor,
|
&compositor,
|
||||||
compositor_bind))
|
compositor_bind))
|
||||||
g_error ("Failed to register wayland compositor object");
|
g_error ("Failed to register wayland compositor object");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user