summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorentin Chary <corentin.chary@gmail.com>2011-06-14 16:21:27 +0200
committerKristian Høgsberg <krh@bitplanet.net>2012-03-27 09:31:57 -0400
commit3633ab03b0290309a2f1cd4718dea0d753762b2e (patch)
treeb050cb626f5eb316a4e07a7442889be500330eaf
parent8daa1c2877d3583e0b87fd8aae223adec4908fcf (diff)
xwayland: drm listener isn't exported, add static
Signed-off-by: Corentin Chary <corentin.chary@gmail.com>
-rw-r--r--hw/xfree86/xwayland/xwayland-drm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/xwayland/xwayland-drm.c b/hw/xfree86/xwayland/xwayland-drm.c
index fb9ac5ad9..4da2e076b 100644
--- a/hw/xfree86/xwayland/xwayland-drm.c
+++ b/hw/xfree86/xwayland/xwayland-drm.c
@@ -62,7 +62,7 @@ drm_handle_authenticated (void *data, struct wl_drm *drm)
xwl_screen->authenticated = 1;
}
-const struct wl_drm_listener xwl_drm_listener =
+static const struct wl_drm_listener xwl_drm_listener =
{
drm_handle_device,
drm_handle_authenticated