aboutsummaryrefslogtreecommitdiffstats
path: root/bitmaps/pause.xbm
blob: 9d4e9a7c9df48c5c0fc271b4da6074339d837664 (plain) (blame)
1
2
3
4
5
6
7
#define pause_width 16
#define pause_height 16
static unsigned char pause_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x78, 0x1e, 0x78, 0x1e, 0x78, 0x1e,
   0x78, 0x1e, 0x78, 0x1e, 0x78, 0x1e, 0x78, 0x1e, 0x78, 0x1e, 0x78, 0x1e,
   0x78, 0x1e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };