From: Kristian Høgsberg Date: Mon, 8 Dec 2008 19:07:33 +0000 (-0500) Subject: Fix wl_method for screenshooter. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=73f4e760a2f188dc17ce750b8521f231d49c5733;p=platform%2Fupstream%2Fweston.git Fix wl_method for screenshooter. --- 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 = {