ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/AE/Installer/trunk/source/redo.xpm
Revision: 324
Committed: Tue May 26 17:52:10 2009 UTC (16 years, 4 months ago) by iritscen
Content type: image/x-xpixmap
File size: 517 byte(s)
Log Message:
Replacing old CLI source with new GUI source.

File Contents

# Content
1 /* XPM */
2 static char *redo_xpm[] = {
3 /* width height num_colors chars_per_pixel */
4 " 16 15 3 1",
5 /* colors */
6 ". c #000080",
7 "# c None",
8 "a c #808080",
9 /* pixels */
10 "################",
11 "################",
12 "################",
13 "################",
14 "###a....########",
15 "##a.####..###.##",
16 "##.#######.#..##",
17 "##.########...##",
18 "##.#######....##",
19 "##a.#####.....##",
20 "###.a###########",
21 "################",
22 "################",
23 "################",
24 "################"
25 };