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