aboutsummaryrefslogtreecommitdiff
path: root/src/include/XDither.H1
blob: e14e1d633ba11724abbc5afbfa7fed1d0a82cc91 (plain)
1
2
3
4
5
6
7
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 );