aboutsummaryrefslogtreecommitdiff
path: root/src/include/XDither.H1
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-08-14 05:14:52 +0000
committerdos-reis <gdr@axiomatics.org>2007-08-14 05:14:52 +0000
commitab8cc85adde879fb963c94d15675783f2cf4b183 (patch)
treec202482327f474583b750b2c45dedfc4e4312b1d /src/include/XDither.H1
downloadopen-axiom-ab8cc85adde879fb963c94d15675783f2cf4b183.tar.gz
Initial population.
Diffstat (limited to 'src/include/XDither.H1')
-rw-r--r--src/include/XDither.H18
1 files changed, 8 insertions, 0 deletions
diff --git a/src/include/XDither.H1 b/src/include/XDither.H1
new file mode 100644
index 00000000..e14e1d63
--- /dev/null
+++ b/src/include/XDither.H1
@@ -0,0 +1,8 @@
+extern int dither_char_bitmap(void);
+extern int XInitDither(Display * , int , GC , unsigned long , unsigned long );
+extern int XChangeDither(Display * , GC , int );
+extern void XDitherRectangle(Display * , Drawable , GC , int , int , unsigned int , unsigned int );
+extern void XDitherRectangles(Display * , Drawable , GC , XRectangle * , int );
+extern void XDitherPolygon(Display * , Drawable , GC , XPoint * , int , int , int );
+extern void XDitherArc(Display * , Drawable , GC , int , int , unsigned int , unsigned int , int , int );
+extern void XDitherArcs(Display * , Drawable , GC , XArc * , int );