From 73f4e760a2f188dc17ce750b8521f231d49c5733 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristian=20H=C3=B8gsberg?= Date: Mon, 8 Dec 2008 14:07:33 -0500 Subject: [PATCH] Fix wl_method for screenshooter. --- egl-compositor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/egl-compositor.c b/egl-compositor.c index 8b3105b..c4c4f11 100644 --- a/egl-compositor.c +++ b/egl-compositor.c @@ -212,7 +212,7 @@ screenshooter_shoot(struct wl_client *client, struct screenshooter *shooter) } static const struct wl_method screenshooter_methods[] = { - { "shoot", screenshooter_shoot, 0, NULL } + { "shoot", screenshooter_shoot, "", NULL } }; static const struct wl_interface screenshooter_interface = { -- 2.7.4