commit | 14fcff77265bbdf9893925c993c10d52c178e566 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@redhat.com> | Sun Nov 23 19:10:23 2008 -0500 |
committer | Kristian Høgsberg <krh@redhat.com> | Sun Nov 23 19:10:23 2008 -0500 |
tree | c7745519075734e2bdad7c1ca42bdede908627a5 | |
parent | 548798266ebecea12bdd01869c0d09476e9ce81f [diff] [blame] |
Generalize the object advertising mechanism.
diff --git a/wayland.h b/wayland.h index b82dfae..ddfe0d2 100644 --- a/wayland.h +++ b/wayland.h
@@ -122,6 +122,8 @@ struct wl_object * wl_input_device_create(struct wl_display *display, const char *path, uint32_t id); +int +wl_display_add_global(struct wl_display *display, struct wl_object *object); void wl_display_post_relative_event(struct wl_display *display, struct wl_object *source, int dx, int dy);