view kdiff3/src/xpm/right2arrow.xpm @ 67:ec82d69e8b0c

0.9.86
author joachim99
date Thu, 16 Sep 2004 02:45:37 +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 */
"................",
"................",
".. ..... .......",
"..  ....  ......",
"..   ...   .....",
"..    ..    ....",
"..     .     ...",
"..            ..",
"..            ..",
"..     .     ...",
"..    ..    ....",
"..   ...   .....",
"..  ....  ......",
".. ..... .......",
"................",
"................"
};