mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-09 02:43:30 +00:00
add more cursor
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@181 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
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 /* ####........#### */
|
||||
}};
|
||||
Reference in New Issue
Block a user