summaryrefslogtreecommitdiff
path: root/app/wlib/gtklib/square10.bmp
blob: b2eee6e37f3454029739a65e70939e4bf96db925 (plain)
1
2
3
4
5
6
7
8
#define square10_width 14
#define square10_height 14
// Changed to eliminate compile-time warning
//static unsigned char square10_bits[] = {
static char square10_bits[] = {
   0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
   0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff,
   0xff, 0xff, 0xff, 0xff};