aboutsummaryrefslogtreecommitdiff
path: root/src/graph/view3D/header.h
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2012-08-26 20:27:00 +0000
committerdos-reis <gdr@axiomatics.org>2012-08-26 20:27:00 +0000
commit50731b6737c4ec7ef2f5be7eca44a5e7692d305a (patch)
tree9ca4458f507b8ef9bb4141b450e6708f523c5e26 /src/graph/view3D/header.h
parent5d206512273e528a4b3c863a7556f26f8c1c59de (diff)
downloadopen-axiom-50731b6737c4ec7ef2f5be7eca44a5e7692d305a.tar.gz
* graph/Gdraws/Gfun.c (GDrawLine): Make string parameter of type
const char*. (GDrawPushButton): Likewise. (GDrawString): Likewise. (PSCreateContext): Likewise. (centerX): Likewise. * Makefile.am (all-graph): Require all-utils.
Diffstat (limited to 'src/graph/view3D/header.h')
-rw-r--r--src/graph/view3D/header.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graph/view3D/header.h b/src/graph/view3D/header.h
index ed4b5c45..53dd24ab 100644
--- a/src/graph/view3D/header.h
+++ b/src/graph/view3D/header.h
@@ -267,7 +267,7 @@ typedef struct _buttonStruct {
int buttonKey, pot, mask;
short buttonX, buttonY, buttonWidth, buttonHeight, xHalf, yHalf;
Window self;
- char *text;
+ const char* text;
int textColor,textHue,textShade;
} buttonStruct;