Mercurial > hg > easyhg-kdiff3
view kdiff3/src/xpm/up2arrow.xpm @ 77:1184fc843210
KDiff3-0.9.92
author | joachim99 |
---|---|
date | Mon, 16 Apr 2007 21:26:08 +0000 |
parents | 257ccb866dc3 |
children |
line wrap: on
line source
/* XPM */ static const char *up2arrow[] = { /* columns rows colors chars-per-pixel */ "16 16 3 1", " c #0080ff", "# c #000000", ". c None", /* pixels */ "................", "................", ".......##.......", "......# #......", ".....# #.....", "....# #....", "...# #...", "..############..", ".......##.......", "......# #......", ".....# #.....", "....# #....", "...# #...", "..############..", "................", "................" };