[PATCH] Add a new field for compositors to store the gamma encoding of wl_buffers.

John Kåre Alsaker john.kare.alsaker at gmail.com
Sat Sep 29 09:36:16 PDT 2012


---
 src/wayland-server.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/wayland-server.h b/src/wayland-server.h
index 45cc61c..f516289 100644
--- a/src/wayland-server.h
+++ b/src/wayland-server.h
@@ -180,6 +180,7 @@ struct wl_buffer {
 	struct wl_resource resource;
 	int32_t width, height;
 	uint32_t busy_count;
+	int32_t encoding;
 };
 
 struct wl_surface {
-- 
1.7.12.1



More information about the wayland-devel mailing list