summaryrefslogtreecommitdiffstats
path: root/src/os-plugins/plugins/infoscreen/files/empty.xbm
blob: 73b5f706c1f35a73532e2f847d5e6c2608101e79 (plain) (blame)
1
2
3
4
5
6
#define empty_width 16
#define empty_height 16
static unsigned char empty_bits[] = {
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
   0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00};