cave-story-solaris/external/fltk/test/pixmaps/cyan.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 * cyan_xpm[] = {
"32 32 32 1",
" c #000100",
". c #143144",
"+ c #0A4350",
"@ c #038080",
"# c #029795",
"$ c #00A3A5",
"% c #00ABAC",
"& c #02B3B5",
"* c #00BBBB",
"= c #00C0C0",
"- c #19B9BB",
"; c #33B5B5",
"> c #00CCCB",
", c #12C5C5",
"' c #47B2B1",
") c #1AC9C9",
"! c #09D2D1",
"~ c #37C9CA",
"{ c #46C5C6",
"] c #24D9D8",
"^ c #5CC5C3",
"/ c #4BD0D1",
"( c #55D8DA",
"_ c #72D4D3",
": c #53E3E3",
"< c #66E0E2",
"[ c #7EE2E1",
"} c #70ECED",
"| c #94E0E1",
"1 c #8DEFED",
"2 c #A1ECEC",
"3 c #ADE8E6",
" +@$=*&&&***=*&&&*==$@+ ",
" .#>![123333222233323|<~*#. ",
" +,]}1211212222212232333||**+ ",
" .,]1211111222221112|||||3||>>. ",
" #)[11111}}11[11111111[|||||[!# ",
"+*<}<<}}1}1}[[[1}1}}1[[___|_|<>+",
"@)_[[<}}}}}<[__<<}}}}1[___|^|_)@",
"%](((<<<<<__/___[}}}}:[__^_^^_^%",
"-(((((((((_{{_{/_(}:}<<<(___^^/*",
"&////(/{{{{^/{{^/]:::::(_(/{^{^&",
"%{//!/{;';{;{{~{{/]:]:]/~~/{^{;%",
"%==,~,*;;;;'*~~~~~/!]]()~{{{;''#",
";>/**;;;&;-;;~,)))//!!]~=---;';$",
"*>=*;%;%;--*,)!)!>)!~!))~=~--%;%",
";),=;%%%--))))!))!)))~,)),{--&;%",
"=)>**%$%*=)>!>)),,))--*=)=***;**",
"*)!>**%&=)!,,,===,,,*;*;==**&*&&",
"*,>,=***>!),**-*=,,>=***,=*&*&%&",
"*&==**,>>!>=&%&&***=***=>,=*%%%%",
"%****>>!!!!>*%%%%%&*&**,>>>==%$$",
"%%*==>!]]!!>*%%$$%%%*%=,>>>>>*%%",
"%==,!]]]]]!>*&$$##$%%%&*,>>>*=&;",
"**=>!]]]]]!>**%$$#%%%%*=,>>>=**&",
"***,)!!!!!,****=%%#%%%&*=>>>>==*",
"$*&=,),**,=*======***==**,>>>>>%",
"@=&-*=&%%&&*==>>======*&=,>]]!!@",
"+&&=&*&%$%%*****==,>,=*==!!!]]!+",
" #&&=*&$$#$%%%%*=,>>>=*=,!!!!!# ",
" .&====%%$%%%$$%=>>>)=*,!]]!!,. ",
" +*,==*%#$$%#%*=>!>,=-,!]]!!+ ",
" .#,=*%%%%$#$&=,>,,,=,)!]$. ",
" +@$&*%%%$$%,,,,,,,,%@+ "};