summaryrefslogtreecommitdiffstats
path: root/wayland.h
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2008-12-10 00:40:50 -0500
committerKristian Høgsberg <krh@redhat.com>2008-12-10 00:40:50 -0500
commit201a904889a4c12e9961df7967ce4ee21b52bf5a (patch)
tree4068a5fc57918d1a8afbde6d2c087e6363249654 /wayland.h
parenteac149ad067370e1234740b9ee41dd29c77d1cc0 (diff)
downloadwayland-201a904889a4c12e9961df7967ce4ee21b52bf5a.tar.gz
wayland-201a904889a4c12e9961df7967ce4ee21b52bf5a.tar.xz
wayland-201a904889a4c12e9961df7967ce4ee21b52bf5a.zip
Drop surface iterator API, just track surfaces in the compositor.
Diffstat (limited to 'wayland.h')
-rw-r--r--wayland.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/wayland.h b/wayland.h
index c13e3be..c9ff589 100644
--- a/wayland.h
+++ b/wayland.h
@@ -107,13 +107,6 @@ struct wl_map {
void wl_surface_set_data(struct wl_surface *surface, void *data);
void *wl_surface_get_data(struct wl_surface *surface);
-struct wl_surface_iterator;
-struct wl_surface_iterator *
-wl_surface_iterator_create(struct wl_display *display, uint32_t mask);
-int wl_surface_iterator_next(struct wl_surface_iterator *iterator,
- struct wl_surface **surface);
-void wl_surface_iterator_destroy(struct wl_surface_iterator *iterator);
-
struct wl_object *
wl_input_device_create(struct wl_display *display, const char *path);
@@ -142,8 +135,6 @@ wl_display_post_key_event(struct wl_display *display,
void
wl_display_post_frame(struct wl_display *display,
uint32_t frame, uint32_t msecs);
-void
-wl_display_raise_surface(struct wl_display *display, struct wl_surface *surface);
struct wl_compositor {
const struct wl_compositor_interface *interface;