From bea89b6e46273c3c6e6d74bbfdef953c23e7afcd Mon Sep 17 00:00:00 2001 From: Florian Brosch Date: Tue, 2 Sep 2014 15:05:59 +0200 Subject: [PATCH] xcb: re-add GetPropertyReply.format --- vapi/xcb.vapi | 1 + 1 file changed, 1 insertion(+) diff --git a/vapi/xcb.vapi b/vapi/xcb.vapi index bde992856..16842628d 100644 --- a/vapi/xcb.vapi +++ b/vapi/xcb.vapi @@ -1245,6 +1245,7 @@ namespace Xcb { [CCode (cname = "xcb_get_property_reply_t", ref_function = "", unref_function = "free")] public class GetPropertyReply { public AtomT type; + public uint8 format; public uint32 bytes_after; private uint32 value_len; [CCode (cname = "xcb_get_property_value")] -- 2.47.2