summaryrefslogtreecommitdiffstats
path: root/wayland-protocol.h
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@redhat.com>2008-12-22 16:37:07 -0500
committerKristian Høgsberg <krh@redhat.com>2008-12-22 16:37:07 -0500
commit12ea62e2112c754d62113e0656b223fbdbe351dd (patch)
treedaf32e72d40ade9418f9ea774c9ab744516c0255 /wayland-protocol.h
parent0395f30e652bd32234942206bce15e7e6f3a9fb1 (diff)
downloadwayland-12ea62e2112c754d62113e0656b223fbdbe351dd.tar.gz
wayland-12ea62e2112c754d62113e0656b223fbdbe351dd.tar.xz
wayland-12ea62e2112c754d62113e0656b223fbdbe351dd.zip
Add a proxy for the server side output object.
Diffstat (limited to 'wayland-protocol.h')
-rw-r--r--wayland-protocol.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/wayland-protocol.h b/wayland-protocol.h
index 76a80c5..4e50d89 100644
--- a/wayland-protocol.h
+++ b/wayland-protocol.h
@@ -79,8 +79,11 @@ extern const struct wl_interface wl_surface_interface;
extern const struct wl_interface wl_input_device_interface;
-#define WL_OUTPUT_PRESENCE 0
+#define WL_OUTPUT_GEOMETRY 0
extern const struct wl_interface wl_output_interface;
+
+extern const struct wl_interface wl_visual_interface;
+
#endif