mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
8 lines
342 B
Text
8 lines
342 B
Text
#define noenter16_width 16
|
|
#define noenter16_height 16
|
|
#define noenter16_x_hot 7
|
|
#define noenter16_y_hot 7
|
|
static char noenter16_bits[] = {
|
|
0x00, 0x00, 0xc0, 0x03, 0xf0, 0x0f, 0xf8, 0x1f, 0xfc, 0x3f, 0xfc, 0x3f,
|
|
0xfe, 0x7f, 0x02, 0x40, 0x02, 0x40, 0xfe, 0x7f, 0xfc, 0x3f, 0xfc, 0x3f,
|
|
0xf8, 0x1f, 0xf0, 0x0f, 0xc0, 0x03, 0x00, 0x00};
|