mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-07 01:49:47 +00:00
cursor
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@180 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
44
src/cursor/default.c
Normal file
44
src/cursor/default.c
Normal file
@@ -0,0 +1,44 @@
|
||||
/* $Id$ */
|
||||
#include <Mw/Milsko.h>
|
||||
|
||||
/**
|
||||
* Created by bitmaptobdf
|
||||
*
|
||||
* Copyright notice:
|
||||
* These ""glyphs"" are unencumbered
|
||||
*/
|
||||
MwCursor MwCursorDefault = {
|
||||
8, 14, 0, -14, {128, /* #....... */
|
||||
192, /* ##...... */
|
||||
224, /* ###..... */
|
||||
240, /* ####.... */
|
||||
248, /* #####... */
|
||||
252, /* ######.. */
|
||||
254, /* #######. */
|
||||
255, /* ######## */
|
||||
248, /* #####... */
|
||||
216, /* ##.##... */
|
||||
140, /* #...##.. */
|
||||
12, /* ....##.. */
|
||||
6, /* .....##. */
|
||||
6, /* .....##. */
|
||||
0, 0}};
|
||||
MwCursor MwCursorDefaultMask = {
|
||||
10, 16, -1, -15, {
|
||||
768, /* ##........ */
|
||||
896, /* ###....... */
|
||||
960, /* ####...... */
|
||||
992, /* #####..... */
|
||||
1008, /* ######.... */
|
||||
1016, /* #######... */
|
||||
1020, /* ########.. */
|
||||
1022, /* #########. */
|
||||
1023, /* ########## */
|
||||
1023, /* ########## */
|
||||
1016, /* #######... */
|
||||
956, /* ###.####.. */
|
||||
828, /* ##..####.. */
|
||||
30, /* .....####. */
|
||||
30, /* .....####. */
|
||||
12 /* ......##.. */
|
||||
}};
|
||||
Reference in New Issue
Block a user