diff options
author | dos-reis <gdr@axiomatics.org> | 2012-08-26 20:27:00 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2012-08-26 20:27:00 +0000 |
commit | 50731b6737c4ec7ef2f5be7eca44a5e7692d305a (patch) | |
tree | 9ca4458f507b8ef9bb4141b450e6708f523c5e26 /src/graph/include/purty/spadBitmap.bitmap | |
parent | 5d206512273e528a4b3c863a7556f26f8c1c59de (diff) | |
download | open-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/include/purty/spadBitmap.bitmap')
-rw-r--r-- | src/graph/include/purty/spadBitmap.bitmap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graph/include/purty/spadBitmap.bitmap b/src/graph/include/purty/spadBitmap.bitmap index f8b9d7d8..dfb3cce8 100644 --- a/src/graph/include/purty/spadBitmap.bitmap +++ b/src/graph/include/purty/spadBitmap.bitmap @@ -2,7 +2,7 @@ #define spadBitmap_height 20 #define spadBitmap_x_hot 15 #define spadBitmap_y_hot 10 -static char spadBitmap_bits[] = { +static const char spadBitmap_bits[] = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0xc0, 0x01, 0x00, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, |