view kdiff3/src/xpm/right2arrow.xpm @ 68:d7cafcda8c99

KDiff3 0.9.87
author joachim99
date Mon, 31 Jan 2005 22:30:47 +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 */
"................",
"................",
".. ..... .......",
"..  ....  ......",
"..   ...   .....",
"..    ..    ....",
"..     .     ...",
"..            ..",
"..            ..",
"..     .     ...",
"..    ..    ....",
"..   ...   .....",
"..  ....  ......",
".. ..... .......",
"................",
"................"
};