diff options
author | marha <marha@users.sourceforge.net> | 2011-06-14 08:12:46 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-06-14 08:12:46 +0200 |
commit | 4d74e36f359d22b50302c82a922b79ac24dd3e23 (patch) | |
tree | fb8a1645c35cdbe7ac484fbd240c0c9993750b7c /libxcb/xcb-proto | |
parent | f4babb3a422e27cd33fba36f7a21eb67b7dee25d (diff) | |
download | vcxsrv-4d74e36f359d22b50302c82a922b79ac24dd3e23.tar.gz vcxsrv-4d74e36f359d22b50302c82a922b79ac24dd3e23.tar.bz2 vcxsrv-4d74e36f359d22b50302c82a922b79ac24dd3e23.zip |
libxcb mesa xkeyboard-config git update 14 June 2011
Diffstat (limited to 'libxcb/xcb-proto')
-rw-r--r-- | libxcb/xcb-proto/src/render.xml | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/libxcb/xcb-proto/src/render.xml b/libxcb/xcb-proto/src/render.xml index 59cc8e0bb..9667fbeb6 100644 --- a/libxcb/xcb-proto/src/render.xml +++ b/libxcb/xcb-proto/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"> |