~registry/dolphin-emu/triforce

« back to all changes in this revision

Viewing changes to Externals/wxWidgets3/art/floppy.xpm

  • Committer: Sérgio Benjamim
  • Date: 2015-02-13 05:54:40 UTC
  • Revision ID: sergio_br2@yahoo.com.br-20150213055440-ey2rt3sjpy27km78
Dolphin Triforce branch from code.google, commit b957980 (4.0-315).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* XPM */
 
2
static const char *const floppy_xpm[] = {
 
3
/* columns rows colors chars-per-pixel */
 
4
"16 15 18 1",
 
5
"& c #E3E4E6",
 
6
"+ c #FFFFFF",
 
7
". c #446A8C",
 
8
"o c #697787",
 
9
"> c #5F666D",
 
10
"* c #B2B3B3",
 
11
"  c None",
 
12
", c #4B4C4D",
 
13
"= c #DCDBDA",
 
14
"$ c #1B4467",
 
15
": c #E4E9ED",
 
16
"@ c #979BA0",
 
17
"X c #203646",
 
18
"O c #215579",
 
19
"- c #545B63",
 
20
"; c #636465",
 
21
"# c #CAD6E1",
 
22
"% c #7F8286",
 
23
/* pixels */
 
24
"  .XoooooooXO   ",
 
25
"  .o+++++++.O   ",
 
26
"  .o+OOOOO+.O   ",
 
27
"  .o+++++++.O   ",
 
28
"  .o@@@@@@@.O   ",
 
29
"  ..........O   ",
 
30
"  ..#+++++#.O   ",
 
31
"  ..+$O+++#.O   ",
 
32
"  ..+$O+++#.O   ",
 
33
" %&.........*%  ",
 
34
"%=+++++++++++&% ",
 
35
"--------------; ",
 
36
"-:::::::::::::- ",
 
37
"-:X:XXXXXXXXX:> ",
 
38
"-*************, "
 
39
};