mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-11-15 22:09:19 -07:00
d14efe561b
long become wxWidgets 2.9.2, which in turn is expected to be the last 2.9 release before the 3.0 stable release. Since the full wxWidgets distribution is rather large, I have imported only the parts that we use, on a subdirectory basis: art include/wx/*.* include/wx/aui include/wx/cocoa include/wx/generic include/wx/gtk include/wx/meta include/wx/msw include/wx/osx include/wx/persist include/wx/private include/wx/protocol include/wx/unix src/aui src/common src/generic src/gtk src/msw src/osx src/unix git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@7380 8ced0084-cf51-0410-be5f-012b33b47a6e
61 lines
1004 B
C
61 lines
1004 B
C
/* XPM */
|
|
static const char *const print_xpm[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"16 15 39 1",
|
|
"< c #E3E4E6",
|
|
"+ c #C3C3C4",
|
|
"i c #FFFFFF",
|
|
": c #74879B",
|
|
"# c #5A89A6",
|
|
"a c #F1F4F7",
|
|
"r c #5A809C",
|
|
"@ c #BDCCD9",
|
|
"e c #7A92A4",
|
|
"% c #3F6F93",
|
|
"t c #9FA2A6",
|
|
"3 c #939495",
|
|
"w c #5F666D",
|
|
"9 c #65839E",
|
|
"5 c #4A7291",
|
|
"$ c #4B7F9E",
|
|
" c None",
|
|
"O c #DFE0E2",
|
|
"o c #F3F3F3",
|
|
"; c #84A5BB",
|
|
"& c #467291",
|
|
". c #7897AD",
|
|
"* c #407598",
|
|
"4 c #CFCFD0",
|
|
"7 c #6F90A6",
|
|
"y c #6A89A2",
|
|
"0 c #AAADB2",
|
|
"1 c #D2D3D4",
|
|
"u c #4F7592",
|
|
", c #BCBDBE",
|
|
"p c #57778E",
|
|
"q c #979BA0",
|
|
"2 c #ABABAC",
|
|
"- c #E7E7E7",
|
|
"= c #D6DEE6",
|
|
"> c #9FA0A0",
|
|
"8 c #829EB5",
|
|
"X c #8FB0C3",
|
|
"6 c #5D7C93",
|
|
/* pixels */
|
|
" .XXXXXXXX ",
|
|
" .oooooooX ",
|
|
" .OOOOOOOX ",
|
|
" .+++++++X ",
|
|
"@##$%&&&&&%*##@ ",
|
|
"$=-;:>,<123$-=$ ",
|
|
".44.5678.96$44. ",
|
|
"7,,,,,,,,,,,,,7 ",
|
|
"900qwwwwwwwe009 ",
|
|
"rtt9ryyyyyyuttr ",
|
|
"6qq6iiiiiii%qq6 ",
|
|
"633paiiiiii%336 ",
|
|
"XXX*iiiiiii%XXX ",
|
|
" 6iiiiiii% ",
|
|
" $XXXXXXX# "
|
|
};
|