cave-story-solaris/external/fltk/test/pixmaps/magenta.xpm
Clownacy ac465d29b4 Mean CMake dependency overhaul
I'm taking a page from Dolphin's book, and including copies of each
dependency's source code. This combines the ease of use of including
pre-built libraries instead of needing to navigate a package manager
 - as is (or was) the case for MSVC - with the portability of using
packages. Granted, this method's more of a jack of all trades,
master of none, since it's *less* user-friendly than prebuilt
packages (compilation times), and you don't get the per-distro
compatibility fixes you'd get from a package manager.

You can still use system libs if you want. In fact, it's still the
default behaviour: compiling the libs manually is just a fallback.
I'll add an option to force-enable this soon, however, since it's a
nicer way to produce static MSYS2 builds than the hackish nightmare
that I was using before. Not to mention, having my own copy of the
sources means I can provide my own fixes and tweaks your package
manager may not. For example, I can combine MSYS2's FreeType
subpixel rendering with vcpkg's fix for SDL2 exporting its symbols
in static builds.
2019-04-26 01:52:02 +01:00

67 lines
1.7 KiB
C

/* XPM */
static const char * magenta_xpm[] = {
"32 32 32 1",
" c #000100",
". c #380F3F",
"+ c #490754",
"@ c #890089",
"# c #9E02A1",
"$ c #A800A6",
"% c #AF00B1",
"& c #B900B6",
"* c #B902BE",
"= c #C200C3",
"- c #CC00C8",
"; c #D100D2",
"> c #DE00DB",
", c #CC18CC",
"' c #C324C3",
") c #BC33BC",
"! c #D629D5",
"~ c #B93DB9",
"{ c #D23BD2",
"] c #D34BD2",
"^ c #CF53D0",
"/ c #CE5ECE",
"( c #E551E4",
"_ c #E366E3",
": c #D473D4",
"< c #DD6DDD",
"[ c #EB7BEC",
"} c #E683E5",
"| c #DD8BDD",
"1 c #F18FF2",
"2 c #F09BF0",
"3 c #E7A2E8",
" +@#=*&%&*====&%&===$@+ ",
" .@=!_233333333333333|/{*@. ",
" +;>[22223333332233333333|'=+ ",
" .=!12111112222122233333333|{-. ",
" @,}}}}1[1[[1}21111}1|||||3||;# ",
"+=_<[[[[[[[[}:}[[[[[}}}|||||:<=+",
"@=<<<_<[__[<<:::[[_[_[<::::|::'@",
"${_/______</:/:<______<//:::::]$",
"*]]^]_]_^^^//^//__((___/^///://*",
"%]]]]]]~^^~^~/~^^((((((]^^~/~//&",
"$){{{]~~~~~~~])~^]((!((]]^~^~~~#",
"%{{){')~~~~)))]{)'{{{!{{))~~~~~#",
"%''')')~#)))''''{!!{{!{{{'~~~~~#",
"=,='&#$%)&&&',!,,,',,!!''''%~#~$",
"&,*'$$$$&'',,,-,,-,,'=,',''&)%%%",
"==-=&$$%%&--,-,,',,==&&==,*&&&&%",
"=;-;=&$&=;;;==*===,=**%'=&*%'&&%",
"*=;=*&*&=;==**&*=====&&&*=&*&%%%",
"%*==*-=;-;-=%%$&&*=&**==;==*%$$$",
"$%&&*=;;;;;=&$%$$%%*&&*--;==*%%$",
"%%*==;;>>;;;=%$$#$$%%%*=;;;-=%%%",
"&&=,-;>>;>;-=%%###$$%%&==--;=&%%",
"&&*;->>>>>;=&%%$#$$$$$%==;,--=&&",
"=*&=;;;;;;-&**&&%$$$$%&&-=;;=&==",
"$*%*===*&===&===***&****==;;;-;$",
"@&&&*=%$%%*&=---==&===*&&=-;>;;@",
"+*&&&&&$#$%&**&=&;=-==**=;;;>;;+",
" @****%$##$%%$&&==;;-=&=-;>;;;@ ",
" .%&==*%$#$$$#$%&=;;-=&=;;>;-;. ",
" +====&$$$$$$$&----=*==;>;>;+ ",
" .#==&%$$%##$%=;;-====;;;#. ",
" +@#%*%$$##%*===-=-&$@+ "};