Mercurial > hg > easyhg-kdiff3
diff kdiff3/src/xpm/left2arrow.xpm @ 8:86d21651c8db
KDiff3 version 0.9.70
author | joachim99 |
---|---|
date | Mon, 06 Oct 2003 18:50:45 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/kdiff3/src/xpm/left2arrow.xpm Mon Oct 06 18:50:45 2003 +0000 @@ -0,0 +1,24 @@ +/* XPM */ +static const char *left2arrow[] = { +/* columns rows colors chars-per-pixel */ +"16 16 2 1", +" c #000000", +". c None", +/* pixels */ +"................", +"................", +"....... ..... ..", +"...... .... ..", +"..... ... ..", +".... .. ..", +"... . ..", +".. ..", +".. ..", +"... . ..", +".... .. ..", +"..... ... ..", +"...... .... ..", +"....... ..... ..", +"................", +"................" +};