[Xcb] [PATCH] Add enum SubwindowMode to render.xml

Mark Witmer mark.d.witmer at gmail.com
Fri Aug 16 10:21:39 PDT 2013


Hello,

I was looking at render.xml and noticed that there was no enum of values
for the SubwindowMode field in the CP value list enum. This patch would
fix the omission.

Thanks

Mark Witmer

---
 src/render.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/render.xml b/src/render.xml
index 9667fbe..76a38fc 100644
--- a/src/render.xml
+++ b/src/render.xml
@@ -19,6 +19,11 @@ for licensing information.
     <item name="None" />
   </enum>
 
+  <enum name="SubwindowMode">
+    <item name="ClipByChildren" />
+    <item name="IncludeInferiors" />
+  </enum>
+
   <!-- Disjoint* and Conjoint* are new in version 0.2 -->
   <!-- PDF blend modes are new in version 0.11 -->
   <enum name="PictOp">
-- 
1.8.3.4

Message-ID: <87siy9r152.fsf at gmail.com>


More information about the Xcb mailing list