From 46d881d521b992589daff3738030f46af40f8bfc 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=utf8 Content-Transfer-Encoding: 8bit Change-Id: Ibcb6bd807d281fbc14c35c98f4dabd4d7f82077b Reviewed-by: Samuel Rødal --- tests/auto/client/mockshell.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auto/client/mockshell.cpp b/tests/auto/client/mockshell.cpp index ede240d..f11a530 100644 --- a/tests/auto/client/mockshell.cpp +++ b/tests/auto/client/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, -- 2.7.4