summaryrefslogtreecommitdiff
path: root/renderscope.h
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-08-12 22:19:42 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-08-12 22:22:47 -0700
commit20ae2b2fb439643cf75dc134a84ce21753c5ce70 (patch)
tree8c1ad934e0cbafabf8eabf196ec3ab321003a6c4 /renderscope.h
parentf6b577a009b1dd9e31e89768bc1ff516b47b8dc1 (diff)
Update Render extension decoding from protocol rev 0.5 to 0.11
Filled in most, but not all, of the details for new & existing requests Corrected print-outs several existing requests Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'renderscope.h')
-rw-r--r--renderscope.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/renderscope.h b/renderscope.h
index f38224f..db9e718 100644
--- a/renderscope.h
+++ b/renderscope.h
@@ -43,6 +43,17 @@ extern void RenderCompositeGlyphs8 (FD fd, const unsigned char *buf);
extern void RenderCompositeGlyphs16 (FD fd, const unsigned char *buf);
extern void RenderCompositeGlyphs32 (FD fd, const unsigned char *buf);
extern void RenderFillRectangles (FD fd, const unsigned char *buf);
+extern void RenderCreateCursor (FD fd, const unsigned char *buf);
+extern void RenderSetPictureTransform (FD fd, const unsigned char *buf);
+extern void RenderQueryFilters (FD fd, const unsigned char *buf);
+extern void RenderQueryFiltersReply (FD fd, const unsigned char *buf);
+extern void RenderSetPictureFilter (FD fd, const unsigned char *buf);
+extern void RenderCreateAnimCursor (FD fd, const unsigned char *buf);
+extern void RenderAddTraps (FD fd, const unsigned char *buf);
+extern void RenderCreateSolidFill (FD fd, const unsigned char *buf);
+extern void RenderCreateLinearGradient (FD fd, const unsigned char *buf);
+extern void RenderCreateRadialGradient (FD fd, const unsigned char *buf);
+extern void RenderCreateConicalGradient (FD fd, const unsigned char *buf);
extern void RenderPictFormatError (FD fd, const unsigned char *buf);
extern void RenderPictureError (FD fd, const unsigned char *buf);