cave-story-solaris/external/fltk/test/pixmaps/blue.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 * blue_xpm[] = {
"32 32 32 1",
" c #000100",
". c #0000A5",
"+ c #020681",
"@ c #0A008F",
"# c #0001B2",
"$ c #0100BA",
"% c #0000D0",
"& c #0C00C4",
"* c #0008C4",
"= c #0B00DB",
"- c #13252E",
"; c #171F44",
"> c #1718B3",
", c #1616C2",
"' c #2628CF",
") c #2C2BC6",
"! c #2D30BD",
"~ c #3D40D1",
"{ c #4342BC",
"] c #4344CA",
"^ c #5253E1",
"/ c #5858D4",
"( c #5F5ECF",
"_ c #6A69E7",
": c #6E6EDD",
"< c #7273D2",
"[ c #7E7FDD",
"} c #7E7FEC",
"| c #8D8DDF",
"1 c #8F90EF",
"2 c #9D9EED",
"3 c #A6A6E8",
" ;+.*$##$$**$*$#$*&&.+; ",
" -@&)_133333333333333|:!$@- ",
" ;%%}22122222222233333333['$; ",
" -&'1111111|2|21111|2223|332'&- ",
" @*}}}}1}}}1}1111111[|[||||||*. ",
";&/}[}}}}}}}[[[}}}}}[}[[||||[:&;",
"+'::::_____:::<::__}_}:<<<<<[<)+",
">)/_/_____::(::::_____:(<<<<<<].",
"*^//^/////(((((//_^_^_///(((((/$",
"#]]]]^^{/{{{{/{//^^^^^^///{(((($",
".]~~~~]{{{{{{{]{]~~~~~~~]{]{{{(.",
"#))))!!!{{{]!~!!~~'~''~~~]{{{{{.",
"#))))!!!@!>!!))))''''''~)!!!{{+.",
"$,,>>>@!>>)>,'''''''''''))!>!!!.",
"$,,#>>>>.>,,&*%*'*''*',,,,,>>>>#",
"&%%$#...#&&%*%***%%&*$,***,>#>>#",
"$&%&*###&&%%&&&&,*&*,##$*$$#$$#$",
"$&%%$$$*&%&**$$$&&&&&$#$***#,#.#",
"$$$&$*&%%=&&$##$$**&&$**&&&$$#..",
".#$$&&%%%%%&,....##$#$$&%%&&$#.#",
".#$$&%%===%%&#.....###$&%%%&&#.#",
"$$&&%=====%%$##.@..#.##&&&%%&$$#",
"$$&&%==%==%&$###.....##$%&%&&$$$",
"$$$&&%%%%%&&$$###..###$$&%&%&&$$",
".$$&&&&$$&$$*&&*$$#$$$$$$%%%%%&.",
"+$$$$&####$&$&&&&&$$&$$$$&%=%%=+",
";##$$$#....$$&&&$&&%&&$$*&%==%%;",
" @$,#$#.@..##.#$&&%%%&$&&=%%%%. ",
" -$*$&&$.......#&&&%&&$&%==%%&- ",
" ;$&&$#...#...$&%%%&&$&%=%=%; ",
" -@%&$#..#...#$%&&&&&&&=%.- ",
" ;+.#$#....#&&%%&&&&#+; "};