add widgets to periodic table
All checks were successful
pyrite-dev/milsko/pipeline/head This commit looks good

This commit is contained in:
Nishi 2026-04-24 02:23:25 +09:00
commit d225f7cb72
Signed by: nishi
GPG key ID: 27EF69B208EB9343
9 changed files with 158 additions and 160 deletions

View file

@ -7,44 +7,37 @@
* These ""glyphs"" are unencumbered
*/
MwCursor MwCursorArrow = {
14, 14, -13, -14,
{
3, /* ............## */
15, /* ..........#### */
62, /* ........#####. */
254, /* ......#######. */
1020, /* ....########.. */
4092, /* ..##########.. */
248, /* ......#####... */
504, /* .....######... */
944, /* ....###.##.... */
1840, /* ...###..##.... */
3616, /* ..###...#..... */
7200, /* .###....#..... */
14336, /* ###........... */
4096, /* .#............ */
0,
0
}
};
14, 14, -13, -14, {3, /* ............## */
15, /* ..........#### */
62, /* ........#####. */
254, /* ......#######. */
1020, /* ....########.. */
4092, /* ..##########.. */
248, /* ......#####... */
504, /* .....######... */
944, /* ....###.##.... */
1840, /* ...###..##.... */
3616, /* ..###...#..... */
7200, /* .###....#..... */
14336, /* ###........... */
4096, /* .#............ */
0, 0}};
MwCursor MwCursorArrowMask = {
16, 16, -14, -15,
{
7, /* .............### */
31, /* ...........##### */
127, /* .........####### */
510, /* .......########. */
2046, /* .....##########. */
8188, /* ...###########.. */
16380, /* ..############.. */
16376, /* ..###########... */
2040, /* .....########... */
4080, /* ....########.... */
8176, /* ...#########.... */
16096, /* ..#####.###..... */
31968, /* .#####..###..... */
63552, /* #####....#...... */
28672, /* .###............ */
8192 /* ..#............. */
}
};
16, 16, -14, -15, {
7, /* .............### */
31, /* ...........##### */
127, /* .........####### */
510, /* .......########. */
2046, /* .....##########. */
8188, /* ...###########.. */
16380, /* ..############.. */
16376, /* ..###########... */
2040, /* .....########... */
4080, /* ....########.... */
8176, /* ...#########.... */
16096, /* ..#####.###..... */
31968, /* .#####..###..... */
63552, /* #####....#...... */
28672, /* .###............ */
8192 /* ..#............. */
}};