1
0
Fork 0
ProjektAI/kelner/venv/Lib/site-packages/pygame/tests/fixtures/xbm_cursors/white_sizing_mask.xbm

9 lines
391 B
C

#define resize_white_mask_width 16
#define resize_white_mask_height 16
#define resize_white_mask_x_hot 7
#define resize_white_mask_y_hot 7
static unsigned char resize_white_mask_bits[] = {
0xff, 0x03, 0xff, 0x03, 0xff, 0x03, 0x07, 0x00, 0xf7, 0x0f, 0xf7, 0x0f,
0xf7, 0xef, 0x77, 0xee, 0x77, 0xee, 0xf7, 0xef, 0xf0, 0xef, 0xf0, 0xff,
0x00, 0xf8, 0xc0, 0xff, 0xc0, 0xff, 0xc0, 0xff};