aboutsummaryrefslogtreecommitdiff
path: root/src/hyper/bitmaps/bullet.bitmap
blob: f4cd91fb52dbfa925d9e25bcfe311e45946e516b (plain)
1
2
3
4
5
6
7
8
#define dot_width 16
#define dot_height 16
#define dot_x_hot -1
#define dot_y_hot -1
static char dot_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x80, 0x03, 0x80, 0x03, 0x80, 0x03,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};