summaryrefslogtreecommitdiffstats
path: root/wayland.h
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2008-11-08 15:06:01 -0500
committerKristian Høgsberg <krh@redhat.com>2008-11-08 15:06:01 -0500
commit78231c8dd0f16e2a64e16691b1137834062e78d9 (patch)
treec03676fa036780090e535b4fe8cca53771d71179 /wayland.h
parent1cbaa6abacfef875ace3d35166f8dc04f4347601 (diff)
downloadwayland-78231c8dd0f16e2a64e16691b1137834062e78d9.tar.gz
wayland-78231c8dd0f16e2a64e16691b1137834062e78d9.tar.xz
wayland-78231c8dd0f16e2a64e16691b1137834062e78d9.zip
Implement surface copy request, use it for egl gears.
Diffstat (limited to 'wayland.h')
-rw-r--r--wayland.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/wayland.h b/wayland.h
index c834aca..69128cb 100644
--- a/wayland.h
+++ b/wayland.h
@@ -139,7 +139,6 @@ struct wl_compositor_interface {
struct wl_surface *surface,
int32_t x, int32_t y,
int32_t width, int32_t height);
-
};
void wl_display_set_compositor(struct wl_display *display,