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