[mutter] wayland: Fix variable declaration



commit 5b5ceede2b10a282b15e061a0235b4129dfcbae6
Author: Florian Müllner <fmuellner gnome org>
Date:   Thu Sep 24 01:20:33 2015 +0200

    wayland: Fix variable declaration
    
    Storage class always goes first.

 src/wayland/meta-wayland.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/wayland/meta-wayland.c b/src/wayland/meta-wayland.c
index ee58751..0d37489 100644
--- a/src/wayland/meta-wayland.c
+++ b/src/wayland/meta-wayland.c
@@ -144,7 +144,7 @@ wl_compositor_create_region (struct wl_client *client,
   meta_wayland_region_create (compositor, client, resource, id);
 }
 
-const static struct wl_compositor_interface meta_wayland_wl_compositor_interface = {
+static const struct wl_compositor_interface meta_wayland_wl_compositor_interface = {
   wl_compositor_create_surface,
   wl_compositor_create_region
 };


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]