git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@256 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
Nishi 2025-10-10 16:53:51 +00:00
commit 72ba706b31
8 changed files with 302 additions and 163 deletions

View file

@ -2,42 +2,41 @@
#include <Mw/Milsko.h>
/* XPM */
char *MwIconQuestion[] = {
/* columns rows colors chars-per-pixel */
"32 32 2 1 ",
" c None",
". c red",
/* pixels */
" ",
" ....... ",
" ............. ",
" ..... ...... ",
" .... ...... ",
" ... ...... ",
" .... ...... ",
" ..... ...... ",
" ..... ...... ",
" .. ...... ",
" ....... ",
" ...... ",
" ....... ",
" ....... ",
" ....... ",
" ...... ",
" ..... ",
" .... ",
" ... ",
" .... ",
" .... ",
" ..... ",
" ...... ",
" ...... ",
" .... ",
" ",
" .. ",
" ...... ",
" ...... ",
" ...... ",
" .... ",
" "
};
char* MwIconQuestion[] = {
/* columns rows colors chars-per-pixel */
"32 32 2 1 ",
" c None",
". c red",
/* pixels */
" ",
" ....... ",
" ............. ",
" ..... ...... ",
" .... ...... ",
" ... ...... ",
" .... ...... ",
" ..... ...... ",
" ..... ...... ",
" .. ...... ",
" ....... ",
" ...... ",
" ....... ",
" ....... ",
" ....... ",
" ...... ",
" ..... ",
" .... ",
" ... ",
" .... ",
" .... ",
" ..... ",
" ...... ",
" ...... ",
" .... ",
" ",
" .. ",
" ...... ",
" ...... ",
" ...... ",
" .... ",
" "};