mirror of
https://gitea.nishi.boats/pyrite-dev/milsko
synced 2026-01-08 02:13:29 +00:00
cursor
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@182 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
@@ -2,43 +2,55 @@
|
|||||||
#include <Mw/Milsko.h>
|
#include <Mw/Milsko.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Created by bitmaptobdf
|
|
||||||
*
|
|
||||||
* Copyright notice:
|
* Copyright notice:
|
||||||
* These ""glyphs"" are unencumbered
|
* Copyright (c) Digital Equipment Corporation,1988. All Rights Reserved.
|
||||||
|
*/
|
||||||
|
/**
|
||||||
|
* Permission to use, copy, modify, and distribute this software and
|
||||||
|
* its documentation for any purpose and without fee is hereby granted,
|
||||||
|
* provided that the above copyright notices appear in all copies and
|
||||||
|
* that both those copyright notices and this permission notice appear
|
||||||
|
* in supporting documentation, and that the name
|
||||||
|
* Digital Equipment Corporation not be used in advertising or
|
||||||
|
* publicity pertaining to distribution of the software without
|
||||||
|
* specific, written prior permission. Digital
|
||||||
|
* Equipment Corporation makes no representations about the suitability
|
||||||
|
* of this software for any purpose. It is provided "as is" without
|
||||||
|
* express or implied warranty.
|
||||||
|
* DIGITAL EQUIPMENT CORPORATION DISCLAIMS ALL
|
||||||
|
* WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED
|
||||||
|
* WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
|
||||||
|
* DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY SPECIAL,
|
||||||
|
* INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
|
||||||
|
* RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
|
||||||
|
* CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
|
||||||
|
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
MwCursor MwCursorCross = {
|
MwCursor MwCursorCross = {
|
||||||
14, 14, -6, -8, {14343, /* ###........### */
|
13, 12, -6, -6, {7175, /* ###.......### */
|
||||||
15375, /* ####......#### */
|
4617, /* #..#.....#..# */
|
||||||
15903, /* #####....##### */
|
2322, /* .#..#...#..#. */
|
||||||
7998, /* .#####..#####. */
|
1188, /* ..#..#.#..#.. */
|
||||||
4092, /* ..##########.. */
|
584, /* ...#..#..#... */
|
||||||
2040, /* ...########... */
|
272, /* ....#...#.... */
|
||||||
1008, /* ....######.... */
|
272, /* ....#...#.... */
|
||||||
1008, /* ....######.... */
|
584, /* ...#..#..#... */
|
||||||
2040, /* ...########... */
|
1188, /* ..#..#.#..#.. */
|
||||||
4092, /* ..##########.. */
|
2322, /* .#..#...#..#. */
|
||||||
7998, /* .#####..#####. */
|
4617, /* #..#.....#..# */
|
||||||
15903, /* #####....##### */
|
7175, /* ###.......### */
|
||||||
15375, /* ####......#### */
|
0, 0, 0, 0}};
|
||||||
14343, /* ###........### */
|
|
||||||
0, 0}};
|
|
||||||
MwCursor MwCursorCrossMask = {
|
MwCursor MwCursorCrossMask = {
|
||||||
16, 16, -7, -9, {
|
13, 12, -6, -6, {7175, /* ###.......### */
|
||||||
61455, /* ####........#### */
|
7695, /* ####.....#### */
|
||||||
63519, /* #####......##### */
|
3870, /* .####...####. */
|
||||||
64575, /* ######....###### */
|
1980, /* ..####.####.. */
|
||||||
65151, /* #######..####### */
|
1016, /* ...#######... */
|
||||||
32766, /* .##############. */
|
496, /* ....#####.... */
|
||||||
16380, /* ..############.. */
|
496, /* ....#####.... */
|
||||||
8184, /* ...##########... */
|
1016, /* ...#######... */
|
||||||
4080, /* ....########.... */
|
1980, /* ..####.####.. */
|
||||||
4080, /* ....########.... */
|
3870, /* .####...####. */
|
||||||
8184, /* ...##########... */
|
7695, /* ####.....#### */
|
||||||
16380, /* ..############.. */
|
7175, /* ###.......### */
|
||||||
32766, /* .##############. */
|
0, 0, 0, 0}};
|
||||||
65151, /* #######..####### */
|
|
||||||
64575, /* ######....###### */
|
|
||||||
63519, /* #####......##### */
|
|
||||||
61455 /* ####........#### */
|
|
||||||
}};
|
|
||||||
|
|||||||
@@ -2,43 +2,65 @@
|
|||||||
#include <Mw/Milsko.h>
|
#include <Mw/Milsko.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Created by bitmaptobdf
|
|
||||||
*
|
|
||||||
* Copyright notice:
|
* Copyright notice:
|
||||||
* These ""glyphs"" are unencumbered
|
* Copyright (c) Digital Equipment Corporation,1988. All Rights Reserved.
|
||||||
|
*/
|
||||||
|
/**
|
||||||
|
* Permission to use, copy, modify, and distribute this software and
|
||||||
|
* its documentation for any purpose and without fee is hereby granted,
|
||||||
|
* provided that the above copyright notices appear in all copies and
|
||||||
|
* that both those copyright notices and this permission notice appear
|
||||||
|
* in supporting documentation, and that the name
|
||||||
|
* Digital Equipment Corporation not be used in advertising or
|
||||||
|
* publicity pertaining to distribution of the software without
|
||||||
|
* specific, written prior permission. Digital
|
||||||
|
* Equipment Corporation makes no representations about the suitability
|
||||||
|
* of this software for any purpose. It is provided "as is" without
|
||||||
|
* express or implied warranty.
|
||||||
|
* DIGITAL EQUIPMENT CORPORATION DISCLAIMS ALL
|
||||||
|
* WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED
|
||||||
|
* WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL
|
||||||
|
* DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY SPECIAL,
|
||||||
|
* INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
|
||||||
|
* RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
|
||||||
|
* CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
|
||||||
|
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
MwCursor MwCursorDefault = {
|
MwCursor MwCursorDefault = {
|
||||||
8, 14, 0, -14, {128, /* #....... */
|
16, 16, 0, -15, {
|
||||||
192, /* ##...... */
|
0, /* ................ */
|
||||||
224, /* ###..... */
|
24576, /* .##............. */
|
||||||
240, /* ####.... */
|
30720, /* .####........... */
|
||||||
248, /* #####... */
|
15872, /* ..#####......... */
|
||||||
252, /* ######.. */
|
16256, /* ..#######....... */
|
||||||
254, /* #######. */
|
8160, /* ...########..... */
|
||||||
255, /* ######## */
|
8184, /* ...##########... */
|
||||||
248, /* #####... */
|
3968, /* ....#####....... */
|
||||||
216, /* ##.##... */
|
4032, /* ....######...... */
|
||||||
140, /* #...##.. */
|
1760, /* .....##.###..... */
|
||||||
12, /* ....##.. */
|
1648, /* .....##..###.... */
|
||||||
6, /* .....##. */
|
568, /* ......#...###... */
|
||||||
6, /* .....##. */
|
540, /* ......#....###.. */
|
||||||
0, 0}};
|
14, /* ............###. */
|
||||||
MwCursor MwCursorDefaultMask = {
|
4, /* .............#.. */
|
||||||
10, 16, -1, -15, {
|
0 /* ................ */
|
||||||
768, /* ##........ */
|
}};
|
||||||
896, /* ###....... */
|
MwCursor MwCursorDefaultMask = {
|
||||||
960, /* ####...... */
|
16, 16, 0, -15, {
|
||||||
992, /* #####..... */
|
57344, /* ###............. */
|
||||||
1008, /* ######.... */
|
63488, /* #####........... */
|
||||||
1016, /* #######... */
|
65024, /* #######......... */
|
||||||
1020, /* ########.. */
|
32640, /* .########....... */
|
||||||
1022, /* #########. */
|
32736, /* .##########..... */
|
||||||
1023, /* ########## */
|
16376, /* ..###########... */
|
||||||
1023, /* ########## */
|
16380, /* ..############.. */
|
||||||
1016, /* #######... */
|
8184, /* ...##########... */
|
||||||
956, /* ###.####.. */
|
8160, /* ...########..... */
|
||||||
828, /* ##..####.. */
|
4080, /* ....########.... */
|
||||||
30, /* .....####. */
|
4088, /* ....#########... */
|
||||||
30, /* .....####. */
|
1916, /* .....###.#####.. */
|
||||||
12 /* ......##.. */
|
1854, /* .....###..#####. */
|
||||||
|
543, /* ......#....##### */
|
||||||
|
14, /* ............###. */
|
||||||
|
4 /* .............#.. */
|
||||||
}};
|
}};
|
||||||
|
|||||||
Reference in New Issue
Block a user