commit | 73f4e760a2f188dc17ce750b8521f231d49c5733 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@redhat.com> | Mon Dec 08 14:07:33 2008 -0500 |
committer | Kristian Høgsberg <krh@redhat.com> | Mon Dec 08 14:07:33 2008 -0500 |
tree | ba32a772304e32e8692617fe2b99c661f9df6d6a | |
parent | 6e0a2f8953f10b1cd7e8c57203beaff4664fbab3 [diff] [blame] |
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 @@ } static const struct wl_method screenshooter_methods[] = { - { "shoot", screenshooter_shoot, 0, NULL } + { "shoot", screenshooter_shoot, "", NULL } }; static const struct wl_interface screenshooter_interface = {