mirror of
https://github.com/leozide/leocad
synced 2025-01-15 15:40:48 +01:00
23 lines
436 B
C
23 lines
436 B
C
/* XPM */
|
|
static const char*ac_sel[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"16 15 2 1",
|
|
" c Gray0",
|
|
". c None",
|
|
/* pixels */
|
|
".... ...........",
|
|
".... ..........",
|
|
".... .........",
|
|
".... ........",
|
|
".... .......",
|
|
".... ......",
|
|
".... .....",
|
|
".... ....",
|
|
".... .......",
|
|
".... . .......",
|
|
".... ... ......",
|
|
"........ ......",
|
|
"......... .....",
|
|
"......... .....",
|
|
"................"
|
|
};
|