mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 03:49:28 +02:00
22 lines
315 B
C
22 lines
315 B
C
/* XPM */
|
|
static char *calcpmin[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"10 13 2 1",
|
|
" c black",
|
|
"> c None",
|
|
/* pixels */
|
|
">>>>>>>>>>",
|
|
">>>> >>>>",
|
|
">>>> >>>>",
|
|
">>>> >>>>",
|
|
"> >",
|
|
"> >",
|
|
">>>> >>>>",
|
|
">>>> >>>>",
|
|
">>>> >>>>",
|
|
">>>>>>>>>>",
|
|
"> >",
|
|
"> >",
|
|
">>>>>>>>>>"
|
|
};
|