Subversion Repositories HelenOS-historic

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1711 palkovsky 1
#define pointer_mask_width 11
2
#define pointer_mask_height 18
3
static unsigned char pointer_mask_bits[] = {
4
   0x01, 0x00, 0x03, 0x00, 0x07, 0x00, 0x0f, 0x00, 0x1f, 0x00, 0x3f, 0x00,
5
   0x7f, 0x00, 0xff, 0x00, 0xff, 0x01, 0xff, 0x03, 0xff, 0x07, 0xff, 0x03,
6
   0xff, 0x00, 0xff, 0x00, 0xf7, 0x01, 0xe3, 0x01, 0xe1, 0x01, 0xc0, 0x00 };