aboutsummaryrefslogtreecommitdiff
path: root/src/lib/XSpadFill.c
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2012-08-19 00:39:07 +0000
committerdos-reis <gdr@axiomatics.org>2012-08-19 00:39:07 +0000
commit308f70df7e403e68e0ae936ad00500ad46a914b9 (patch)
treea2b6fb5f771bc1c8a521b32aec9272905cdb3b22 /src/lib/XSpadFill.c
parent23e3d955132e04a74e804da81890e7fe9390bc30 (diff)
downloadopen-axiom-308f70df7e403e68e0ae936ad00500ad46a914b9.tar.gz
* include/util.H1 (getmemWithLine): Second argument is now const char*.
(saymemWithLine): First argument is now char*. * lib/util.c: Propogate change. * include/XSpadFill.h (SpadFillGC): Change last parameter type to const char*. * lib/XSpadFill.c (SpadFillGC): Likewise.
Diffstat (limited to 'src/lib/XSpadFill.c')
-rw-r--r--src/lib/XSpadFill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/XSpadFill.c b/src/lib/XSpadFill.c
index fe805ff2..f4408db9 100644
--- a/src/lib/XSpadFill.c
+++ b/src/lib/XSpadFill.c
@@ -172,7 +172,7 @@ XSpadFillSetArcMode(Display *dsply, int mode)
}
GC
-SpadFillGC(Display *dsply,int hue, int theshade,char * fill_routine)
+SpadFillGC(Display *dsply,int hue, int theshade, const char* fill_routine)
{
int dither;
int color;