mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2025-11-04 13:29:51 -05:00
Represent event and method metadata with struct wl_message.
This commit is contained in:
parent
fe831a7494
commit
fb6d68ddbe
4 changed files with 11 additions and 16 deletions
|
|
@ -145,7 +145,7 @@ screenshooter_shoot(struct wl_client *client, struct screenshooter *shooter)
|
|||
gdk_pixbuf_save(pixbuf, filename, "png", &error, NULL);
|
||||
}
|
||||
|
||||
static const struct wl_method screenshooter_methods[] = {
|
||||
static const struct wl_message screenshooter_methods[] = {
|
||||
{ "shoot", "", NULL }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue