aboutsummaryrefslogtreecommitdiff
path: root/src/graph/include/bitmaps/spad11.bitmap
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/include/bitmaps/spad11.bitmap
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/include/bitmaps/spad11.bitmap')
-rw-r--r--src/graph/include/bitmaps/spad11.bitmap2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graph/include/bitmaps/spad11.bitmap b/src/graph/include/bitmaps/spad11.bitmap
index 0be6b15d..d2af8427 100644
--- a/src/graph/include/bitmaps/spad11.bitmap
+++ b/src/graph/include/bitmaps/spad11.bitmap
@@ -1,6 +1,6 @@
#define spadBitmap_width 30
#define spadBitmap_height 16
-static char spadBitmap_bits[] = {
+static const char spadBitmap_bits[] = {
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0c, 0x20, 0x00, 0x00,
0x12, 0x70, 0x00, 0x00, 0x12, 0x20, 0x00, 0x00, 0x18, 0x00, 0x00, 0x00,
0x28, 0x00, 0x00, 0x00, 0xa8, 0x39, 0xb7, 0x1d, 0x24, 0xa6, 0x59, 0x12,