annotate etc/custom/down.xpm @ 5309:c290121b0c3f
#'fill; move all declarations before statements, for the Visual Studio build
2010-11-30 Aidan Kehoe <kehoea@parhasard.net>
* fns.c (Ffill):
Move all declarations before statements, for the sake of the
Visual Studio build. Thank you Vin!
author |
Aidan Kehoe <kehoea@parhasard.net> |
date |
Tue, 30 Nov 2010 13:08:44 +0000 |
parents |
43dd3413c7c7 |
children |
7910031dd78a |
rev |
line source |
155
|
1 /* XPM */
|
|
2 static char * down_xpm[] = {
|
|
3 "10 10 5 1",
|
|
4 " c Gray90",
|
|
5 ". c Gray90",
|
|
6 "X c Gray40",
|
|
7 "o c none",
|
|
8 "O c Gray75",
|
|
9 " ",
|
|
10 ".. XX",
|
|
11 "o..OOOOXXo",
|
|
12 "o..OOOOXXo",
|
|
13 "oo..OOXXoo",
|
|
14 "oo..OOXXoo",
|
|
15 "ooo..XXooo",
|
|
16 "ooo..XXooo",
|
|
17 "oooo.Xoooo",
|
|
18 "oooo.Xoooo"};
|