Show "pipette"-shaped pointer when selecting colors
This commit is contained in:
parent
20c0db88c3
commit
a927f7287b
6 changed files with 39 additions and 8 deletions
9
src/mouse/pipette-mask.xbm
Normal file
9
src/mouse/pipette-mask.xbm
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#define pipette_mask_width 23
|
||||
#define pipette_mask_height 23
|
||||
static unsigned char pipette_mask_bits[] = {
|
||||
0x00, 0x00, 0x0f, 0x00, 0x80, 0x1f, 0x00, 0xc0, 0x3f, 0x00, 0xec, 0x7f,
|
||||
0x00, 0xfe, 0x79, 0x00, 0xff, 0x78, 0x80, 0x7f, 0x7c, 0x80, 0x3f, 0x3e,
|
||||
0x00, 0x7f, 0x1f, 0x80, 0xff, 0x0f, 0xc0, 0xf7, 0x07, 0xe0, 0xe3, 0x0f,
|
||||
0xf0, 0xf1, 0x0f, 0xf8, 0xf8, 0x07, 0x7c, 0xfc, 0x03, 0x3e, 0xbe, 0x01,
|
||||
0x1f, 0x1f, 0x00, 0x8f, 0x0f, 0x00, 0xc7, 0x07, 0x00, 0xe7, 0x03, 0x00,
|
||||
0xf8, 0x01, 0x00, 0xf8, 0x00, 0x00, 0x78, 0x00, 0x00 };
|
||||
9
src/mouse/pipette.xbm
Normal file
9
src/mouse/pipette.xbm
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
#define pipette_width 23
|
||||
#define pipette_height 23
|
||||
static unsigned char pipette_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x0f, 0x00, 0x80, 0x1f,
|
||||
0x00, 0xc0, 0x19, 0x00, 0xec, 0x18, 0x00, 0x7e, 0x1c, 0x00, 0x3e, 0x0e,
|
||||
0x00, 0x7c, 0x07, 0x00, 0xfe, 0x03, 0x00, 0xf7, 0x01, 0x80, 0xe3, 0x03,
|
||||
0xc0, 0xf1, 0x03, 0xe0, 0xb8, 0x01, 0x70, 0x1c, 0x00, 0x38, 0x0e, 0x00,
|
||||
0x1c, 0x07, 0x00, 0x8c, 0x03, 0x00, 0xc4, 0x01, 0x00, 0xe4, 0x00, 0x00,
|
||||
0x78, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 };
|
||||
Loading…
Add table
Add a link
Reference in a new issue