Mercurial > hg > easyhg-kdiff3
comparison kdiff3/src/xpm/showwhitespace.xpm @ 8:86d21651c8db
KDiff3 version 0.9.70
author | joachim99 |
---|---|
date | Mon, 06 Oct 2003 18:50:45 +0000 |
parents | |
children | 002611f78107 |
comparison
equal
deleted
inserted
replaced
7:ff98a43bbfea | 8:86d21651c8db |
---|---|
1 /* XPM */ | |
2 static const char *showwhitespace[]={ | |
3 "16 16 2 1", | |
4 ". c None", | |
5 "# c #000040", | |
6 "................", | |
7 "................", | |
8 "................", | |
9 "................", | |
10 "................", | |
11 "................", | |
12 "................", | |
13 "................", | |
14 "................", | |
15 "................", | |
16 ".####.####.####.", | |
17 ".####.####.####.", | |
18 "................", | |
19 "................", | |
20 "................", | |
21 "................"}; |