mirror of
https://github.com/Relintai/pandemonium_engine_minimal.git
synced 2024-11-10 20:12:10 +01:00
12 lines
729 B
C++
12 lines
729 B
C++
|
// imported from /usr/include/X11/bitmaps/left_ptr
|
||
|
// and /usr/include/X11/bitmaps/left_ptrmsk
|
||
|
|
||
|
#define left_ptr_width 16
|
||
|
#define left_ptr_height 16
|
||
|
#define left_ptr_x_hot 3
|
||
|
#define left_ptr_y_hot 1
|
||
|
static uint8_t left_ptr_bits[] = { 0x00, 0x00, 0x08, 0x00, 0x18, 0x00, 0x38, 0x00, 0x78, 0x00, 0xf8, 0x00, 0xf8, 0x01, 0xf8, 0x03, 0xf8, 0x07, 0xf8, 0x00, 0xd8, 0x00, 0x88, 0x01, 0x80, 0x01, 0x00, 0x03, 0x00, 0x03, 0x00, 0x00 };
|
||
|
#define left_ptrmsk_width 16
|
||
|
#define left_ptrmsk_height 16
|
||
|
static uint8_t left_ptrmsk_bits[] = { 0x0c, 0x00, 0x1c, 0x00, 0x3c, 0x00, 0x7c, 0x00, 0xfc, 0x00, 0xfc, 0x01, 0xfc, 0x03, 0xfc, 0x07, 0xfc, 0x0f, 0xfc, 0x0f, 0xfc, 0x01, 0xdc, 0x03, 0xcc, 0x03, 0x80, 0x07, 0x80, 0x07, 0x00, 0x03 };
|