summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUli Schlachter <psychon@znc.in>2011-06-11 20:57:23 +0200
committerPeter Harris <pharris@opentext.com>2011-06-13 13:12:27 -0400
commita068a20c8460bab72df977e086db23af49c14025 (patch)
tree40e7c8a96776615ef2285d33fa63998df57133c0
parentfb2af7c138f2138b065ec2da5070a9fc940af54f (diff)
Add RENDER 0.11 definitions
RENDER 0.11 added PDF blend modes, but no one updated xcb/proto. Signed-off-by: Uli Schlachter <psychon@znc.in> Signed-off-by: Peter Harris <pharris@opentext.com>
-rw-r--r--src/render.xml22
1 files changed, 20 insertions, 2 deletions
diff --git a/src/render.xml b/src/render.xml
index 59cc8e0..9667fbe 100644
--- a/src/render.xml
+++ b/src/render.xml
@@ -5,8 +5,8 @@ All Rights Reserved. See the file COPYING in this directory
for licensing information.
-->
<xcb header="render" extension-xname="RENDER" extension-name="Render"
- major-version="0" minor-version="10">
- <!-- supports version 0.10 -->
+ major-version="0" minor-version="11">
+ <!-- supports version 0.11 -->
<import>xproto</import>
@@ -20,6 +20,7 @@ for licensing information.
</enum>
<!-- Disjoint* and Conjoint* are new in version 0.2 -->
+ <!-- PDF blend modes are new in version 0.11 -->
<enum name="PictOp">
<item name="Clear" />
<item name="Src" />
@@ -61,6 +62,23 @@ for licensing information.
<item name="ConjointAtop" />
<item name="ConjointAtopReverse" />
<item name="ConjointXor" />
+
+ <!-- PDF blend modes are new in version 0.11 -->
+ <item name="Multiply"><value>48</value></item>
+ <item name="Screen" />
+ <item name="Overlay" />
+ <item name="Darken" />
+ <item name="Lighten" />
+ <item name="ColorDodge" />
+ <item name="ColorBurn" />
+ <item name="HardLight" />
+ <item name="SoftLight" />
+ <item name="Difference" />
+ <item name="Exclusion" />
+ <item name="HSLHue" />
+ <item name="HSLSaturation" />
+ <item name="HSLColor" />
+ <item name="HSLLuminosity" />
</enum>
<enum name="PolyEdge">