mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 08:29:06 +02:00
23 lines
1.3 KiB
C
23 lines
1.3 KiB
C
/* XPM */
|
|
static char *calcimg[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"84 13 3 1",
|
|
" c black",
|
|
"+ c #800080",
|
|
"> c None",
|
|
/* pixels */
|
|
">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>",
|
|
">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>",
|
|
">>> >>>>> >>>>>>>>>>>> >>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>++>>>>>>",
|
|
">>> >>> >>>>>>>>>>> >>>>>>>> >>>>>>>>>++>>>++>>>>>>>>>>>>>>>>>>>>>>>>++>>>>>>",
|
|
">>>> > >>>>>>>>>>> >>>>>> >>>>>>+++>+++>>>>>>>>>>>>>>>>>>>>>>>>++>>>>>>",
|
|
">>>>> >>>>>>>>>>> >>>>>>> >>>>>>>+++++>>>>>>>>++++++++>>>>>>++++++++>>>",
|
|
">>>>>> >>>>>> >>> >>>>>>>>>>> >>>>>>>>>>>+++>>>>>>>>>++++++++>>>>>>++++++++>>>",
|
|
">>>>> >>>>> > >>>>>>>>>>>> >>>>>>>>>>+++++>>>>>>>>>>>>>>>>>>>>>>>>>++>>>>>>",
|
|
">>>> > >>>>> >>>>>>>>>>>>> >>>>>>>>>+++>+++>>>>>>>>>>>>>>>>>>>>>>>>++>>>>>>",
|
|
">>> >>> >>>>> >>>>>>>>>>>>>>>>>>>>>>>>>++>>>++>>>>>>>>>>>>>>>>>>>>>>>>++>>>>>>",
|
|
">>> >>>>> >>>>>> >>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>",
|
|
">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>",
|
|
">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"
|
|
};
|