add more cursor
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@181 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
1a28f5bcda
commit
0c6d71ece4
5 changed files with 71 additions and 9 deletions
44
src/cursor/cross.c
Normal file
44
src/cursor/cross.c
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
/* $Id$ */
|
||||
#include <Mw/Milsko.h>
|
||||
|
||||
/**
|
||||
* Created by bitmaptobdf
|
||||
*
|
||||
* Copyright notice:
|
||||
* These ""glyphs"" are unencumbered
|
||||
*/
|
||||
MwCursor MwCursorCross = {
|
||||
14, 14, -6, -8, {14343, /* ###........### */
|
||||
15375, /* ####......#### */
|
||||
15903, /* #####....##### */
|
||||
7998, /* .#####..#####. */
|
||||
4092, /* ..##########.. */
|
||||
2040, /* ...########... */
|
||||
1008, /* ....######.... */
|
||||
1008, /* ....######.... */
|
||||
2040, /* ...########... */
|
||||
4092, /* ..##########.. */
|
||||
7998, /* .#####..#####. */
|
||||
15903, /* #####....##### */
|
||||
15375, /* ####......#### */
|
||||
14343, /* ###........### */
|
||||
0, 0}};
|
||||
MwCursor MwCursorCrossMask = {
|
||||
16, 16, -7, -9, {
|
||||
61455, /* ####........#### */
|
||||
63519, /* #####......##### */
|
||||
64575, /* ######....###### */
|
||||
65151, /* #######..####### */
|
||||
32766, /* .##############. */
|
||||
16380, /* ..############.. */
|
||||
8184, /* ...##########... */
|
||||
4080, /* ....########.... */
|
||||
4080, /* ....########.... */
|
||||
8184, /* ...##########... */
|
||||
16380, /* ..############.. */
|
||||
32766, /* .##############. */
|
||||
65151, /* #######..####### */
|
||||
64575, /* ######....###### */
|
||||
63519, /* #####......##### */
|
||||
61455 /* ####........#### */
|
||||
}};
|
||||
Loading…
Add table
Add a link
Reference in a new issue