From fa72d60dbee1f1e5236a21cc232c44c21fc47e05 Mon Sep 17 00:00:00 2001 From: Andy Nichols Date: Fri, 30 Mar 2012 15:17:25 +0200 Subject: [PATCH] Fixed mockshell error in client auto test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ibcb6bd807d281fbc14c35c98f4dabd4d7f82077b Reviewed-by: Samuel Rødal --- tests/auto/wayland/mockshell.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auto/wayland/mockshell.cpp b/tests/auto/wayland/mockshell.cpp index ede240d8ec6..f11a5303354 100644 --- a/tests/auto/wayland/mockshell.cpp +++ b/tests/auto/wayland/mockshell.cpp @@ -131,7 +131,7 @@ void shell_surface_set_maximized(wl_client *client, static void get_shell_surface(wl_client *client, wl_resource *compositorResource, uint32_t id, wl_resource *surfaceResource) { - const struct wl_shell_surface_interface shellSurfaceInterface = { + static const struct wl_shell_surface_interface shellSurfaceInterface = { shell_surface_move, shell_surface_resize, shell_surface_set_toplevel,