converted imagesize plugin to lib
This commit is contained in:
6
lib/imagesize/test/cursor.xbm
Executable file
6
lib/imagesize/test/cursor.xbm
Executable file
@@ -0,0 +1,6 @@
|
||||
#define cursor_width 16
|
||||
#define cursor_height 16
|
||||
static unsigned char cursor_bits[] = {
|
||||
0x00, 0x00, 0x00, 0x00, 0x80, 0x00, 0x84, 0x10, 0xe8, 0x0b, 0x90, 0x04,
|
||||
0xa8, 0x0a, 0x88, 0x08, 0xfe, 0x3f, 0x88, 0x08, 0xa8, 0x0a, 0x90, 0x04,
|
||||
0xe8, 0x0b, 0x84, 0x10, 0x80, 0x00, 0x00, 0x00};
|
||||
Reference in New Issue
Block a user