aboutsummaryrefslogtreecommitdiffstats
path: root/wayland.h
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2008-11-28 19:12:45 -0500
committerKristian Høgsberg <krh@redhat.com>2008-11-28 19:12:45 -0500
commitc2b633e6c2c24722ed58f7e04db8cb3c9e2fa95e (patch)
tree8e306b3094c8ffe56a7bf06e184e55d5c27095f6 /wayland.h
parentGeneralize event loop a bit and pull in the timerfd stuff. (diff)
downloadwayland-c2b633e6c2c24722ed58f7e04db8cb3c9e2fa95e.tar
wayland-c2b633e6c2c24722ed58f7e04db8cb3c9e2fa95e.tar.gz
wayland-c2b633e6c2c24722ed58f7e04db8cb3c9e2fa95e.tar.bz2
wayland-c2b633e6c2c24722ed58f7e04db8cb3c9e2fa95e.tar.lz
wayland-c2b633e6c2c24722ed58f7e04db8cb3c9e2fa95e.tar.xz
wayland-c2b633e6c2c24722ed58f7e04db8cb3c9e2fa95e.tar.zst
wayland-c2b633e6c2c24722ed58f7e04db8cb3c9e2fa95e.zip
Add wl_client_marshal() for sending events.
Diffstat (limited to 'wayland.h')
-rw-r--r--wayland.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/wayland.h b/wayland.h
index 23a0c56..c8c67c9 100644
--- a/wayland.h
+++ b/wayland.h
@@ -58,6 +58,8 @@ struct wl_method {
struct wl_event {
const char *name;
+ int argument_count;
+ const struct wl_argument *arguments;
};
struct wl_interface {