view kdiff3/src/xpm/right2arrow.xpm @ 39:d0131db8b5f3

SourceData::preprocess(): Fix for several subsequent CR-characters.
author joachim99
date Tue, 14 Oct 2003 20:49:56 +0000
parents 86d21651c8db
children
line wrap: on
line source
/* XPM */
static const char *right2arrow[] = {
/* columns rows colors chars-per-pixel */
"16 16 2 1",
"  c #000000",
". c None",
/* pixels */
"................",
"................",
".. ..... .......",
"..  ....  ......",
"..   ...   .....",
"..    ..    ....",
"..     .     ...",
"..            ..",
"..            ..",
"..     .     ...",
"..    ..    ....",
"..   ...   .....",
"..  ....  ......",
".. ..... .......",
"................",
"................"
};