aboutsummaryrefslogtreecommitdiff
path: root/src/include/XDither.H1
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/XDither.H1')
-rw-r--r--src/include/XDither.H18
1 files changed, 0 insertions, 8 deletions
diff --git a/src/include/XDither.H1 b/src/include/XDither.H1
deleted file mode 100644
index e14e1d63..00000000
--- a/src/include/XDither.H1
+++ /dev/null
@@ -1,8 +0,0 @@
-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 );