mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-01 18:40:54 +01: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
47 lines
792 B
C
47 lines
792 B
C
/* XPM */
|
|
static const char *const cut_xpm[] = {
|
|
/* columns rows colors chars-per-pixel */
|
|
"16 15 25 1",
|
|
"6 c #D8BDC0",
|
|
": c #C3C3C4",
|
|
"- c #FFFFFF",
|
|
". c #6C6D70",
|
|
"2 c #AD3A45",
|
|
"o c #DBDBDB",
|
|
"# c #939495",
|
|
"< c #E42234",
|
|
"& c #C3C5C8",
|
|
"; c #C6CCD3",
|
|
"% c #B7B7B8",
|
|
" c None",
|
|
"* c #DFE0E2",
|
|
"5 c #B69596",
|
|
"3 c #9C2A35",
|
|
"1 c #CFCFD0",
|
|
", c #AB5C64",
|
|
"+ c #D2D3D4",
|
|
"$ c #BCBDBE",
|
|
"@ c #C6C8CA",
|
|
"> c #CDC0C1",
|
|
"O c #826F72",
|
|
"X c #979BA0",
|
|
"4 c #9B8687",
|
|
"= c #9FA0A0",
|
|
/* pixels */
|
|
" .X .o ",
|
|
" O.+ @. ",
|
|
" O. .. ",
|
|
" O#$ %.& ",
|
|
" O.*.. ",
|
|
" #%#.. ",
|
|
" O=-.. ",
|
|
" #%#;. ",
|
|
" OO:=O ",
|
|
" >,,<, ,<,,1 ",
|
|
" ><23<1 1<32<1 ",
|
|
" ,2 4< <5 2, ",
|
|
" <, ,2 2, ,< ",
|
|
" 23,<5 5<,32 ",
|
|
" 6225 522> "
|
|
};
|