Blame tests/test-images/randomly-modified/valid.1.xbm

Packit a4058c
#define valid_xbm_test_width 20
Packit a4058c
#define valid_xbm_test_height 20
Packit a4058c
#define valid_xbm_test_x_hot 10
Packit a4058c
#define valid_xbm_test_y_hot 10
Packit a4058c
static unsigned char valid_xbm_test_bits[] = {
Packit a4058c
   0x00, 0x00, 0x00, 0xea, 0xfb, 0x03, 0x2a, 0x2a, 0x02, 0xfa, 0xae, 0x03,
Packit a4058c
   0x82, 0x20, 0x00, 0xba, 0xbb, 0x03, 0x2a, 0x8a, 0x02, 0xae, 0xfb, 0x02,
Packit a4058c
   0xa0, 0x00, 0x02, 0xbe, 0xfa, 0x03, 0x82, 0x0a, 0x00, 0xfa, 0xfb, 0x03,
Packit a4058c
   0x02, 0x08, 0x02, 0xee, 0xab, 0x03, 0x28, 0xaa, 0x02, 0xba, 0xbb, 0x02,
Packit a4058c
   0x82, 0x80, 0x02, 0xfe, 0xff, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };