add more cursor

git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@181 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-10-06 11:00:14 +00:00
parent 1a28f5bcda
commit 0c6d71ece4
5 changed files with 71 additions and 9 deletions

44
src/cursor/cross.c Normal file
View 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 /* ####........#### */
}};