diff options
author | marha <marha@users.sourceforge.net> | 2011-07-12 08:56:19 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-07-12 08:56:19 +0200 |
commit | 8797d6ab8ef5121c900cd74b8662305ec7aeb34b (patch) | |
tree | 69096d9a3ed417e7862f9d7a3f2ed7883ec80451 /include/xcb | |
parent | f9f3118e6636a03c096898e023e7e13a328cbaed (diff) | |
download | vcxsrv-8797d6ab8ef5121c900cd74b8662305ec7aeb34b.tar.gz vcxsrv-8797d6ab8ef5121c900cd74b8662305ec7aeb34b.tar.bz2 vcxsrv-8797d6ab8ef5121c900cd74b8662305ec7aeb34b.zip |
Synchronised files
Diffstat (limited to 'include/xcb')
-rw-r--r-- | include/xcb/render.h | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/include/xcb/render.h b/include/xcb/render.h index e399fbaaa..5ae4398af 100644 --- a/include/xcb/render.h +++ b/include/xcb/render.h @@ -20,7 +20,7 @@ extern "C" { #endif
#define XCB_RENDER_MAJOR_VERSION 0
-#define XCB_RENDER_MINOR_VERSION 10
+#define XCB_RENDER_MINOR_VERSION 11
extern xcb_extension_t xcb_render_id;
@@ -71,7 +71,22 @@ typedef enum xcb_render_pict_op_t { XCB_RENDER_PICT_OP_CONJOINT_OUT_REVERSE,
XCB_RENDER_PICT_OP_CONJOINT_ATOP,
XCB_RENDER_PICT_OP_CONJOINT_ATOP_REVERSE,
- XCB_RENDER_PICT_OP_CONJOINT_XOR
+ XCB_RENDER_PICT_OP_CONJOINT_XOR,
+ XCB_RENDER_PICT_OP_MULTIPLY = 48,
+ XCB_RENDER_PICT_OP_SCREEN,
+ XCB_RENDER_PICT_OP_OVERLAY,
+ XCB_RENDER_PICT_OP_DARKEN,
+ XCB_RENDER_PICT_OP_LIGHTEN,
+ XCB_RENDER_PICT_OP_COLOR_DODGE,
+ XCB_RENDER_PICT_OP_COLOR_BURN,
+ XCB_RENDER_PICT_OP_HARD_LIGHT,
+ XCB_RENDER_PICT_OP_SOFT_LIGHT,
+ XCB_RENDER_PICT_OP_DIFFERENCE,
+ XCB_RENDER_PICT_OP_EXCLUSION,
+ XCB_RENDER_PICT_OP_HSL_HUE,
+ XCB_RENDER_PICT_OP_HSL_SATURATION,
+ XCB_RENDER_PICT_OP_HSL_COLOR,
+ XCB_RENDER_PICT_OP_HSL_LUMINOSITY
} xcb_render_pict_op_t;
typedef enum xcb_render_poly_edge_t {
|