Fix wl_method for screenshooter.
authorKristian Høgsberg <krh@redhat.com>
Mon, 8 Dec 2008 19:07:33 +0000 (14:07 -0500)
committerKristian Høgsberg <krh@redhat.com>
Mon, 8 Dec 2008 19:07:33 +0000 (14:07 -0500)
egl-compositor.c

index 8b3105b..c4c4f11 100644 (file)
@@ -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 = {