mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-14 06:59:46 -05:00
Fix wl_method for screenshooter.
This commit is contained in:
parent
6e0a2f8953
commit
73f4e760a2
1 changed files with 1 additions and 1 deletions
|
|
@ -212,7 +212,7 @@ screenshooter_shoot(struct wl_client *client, struct screenshooter *shooter)
|
||||||
}
|
}
|
||||||
|
|
||||||
static const struct wl_method screenshooter_methods[] = {
|
static const struct wl_method screenshooter_methods[] = {
|
||||||
{ "shoot", screenshooter_shoot, 0, NULL }
|
{ "shoot", screenshooter_shoot, "", NULL }
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct wl_interface screenshooter_interface = {
|
static const struct wl_interface screenshooter_interface = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue