diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-08-13 16:17:55 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-08-13 16:22:46 -0700 |
commit | 6d55831ae7d1c27a6f4851449b830c248b693bfe (patch) | |
tree | 5347bed42f210d489e88b4069510d0a8325c8807 /oclock.bit | |
parent | 88045db6c44a118e96d1f76e7ba4e636d47101fc (diff) |
Declare bitmap data as const
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'oclock.bit')
-rw-r--r-- | oclock.bit | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ #define oclock_width 32 #define oclock_height 32 -static unsigned char oclock_bits[] = { +static const unsigned char oclock_bits[] = { 0x00, 0xf0, 0x07, 0x00, 0x00, 0xfe, 0x3f, 0x00, 0x80, 0x8f, 0xf8, 0x00, 0xc0, 0xc1, 0xc1, 0x01, 0xe0, 0x80, 0x80, 0x03, 0x30, 0x00, 0x00, 0x06, 0x18, 0x00, 0x00, 0x0c, 0x1c, 0x00, 0x00, 0x1c, 0x0c, 0x00, 0x70, 0x18, |