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