commit 4555a6b
Michael Forney
·
2014-01-15 22:13:47 +0000 UTC
parent a22d49c
wayland: Make sync_listener static
1 files changed,
+1,
-1
+1,
-1
1@@ -40,7 +40,7 @@ IMPL(wayland, exporter)
2 static void sync_done(void * data, struct wl_callback * callback,
3 uint32_t msecs);
4
5-const struct wl_callback_listener sync_listener = {
6+static const struct wl_callback_listener sync_listener = {
7 .done = &sync_done
8 };
9