view kdiff3/src/xpm/right1arrow.xpm @ 10:922a2b458fb2

Now the html files will be automatically generated from the index.docbook. (Using meinproc from KDE.)
author joachim99
date Mon, 06 Oct 2003 19:00:15 +0000
parents 86d21651c8db
children
line wrap: on
line source
/* XPM */
static const char *right1arrow[] = {
/* columns rows colors chars-per-pixel */
"16 16 2 1",
"  c #000000",
". c None",
/* pixels */
"................",
"................",
"..... ..........",
".....  .........",
".....   ........",
".....    .......",
".....     ......",
".....      .....",
".....      .....",
".....     ......",
".....    .......",
".....   ........",
".....  .........",
"..... ..........",
"................",
"................"
};