cave-story-solaris/external/fltk/fluid/icons/fluid-32.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.6 KiB
C

/* XPM */
static char * fluid_32_xpm[] = {
"32 32 32 1",
" c None",
". c #000200",
"+ c #01162D",
"@ c #01356A",
"# c #2F312E",
"$ c #035FB1",
"% c #0061C0",
"& c #0071E1",
"* c #007FFF",
"= c #247ABD",
"- c #626E6F",
"; c #777976",
"> c #2A90E9",
", c #3291D2",
"' c #2690FC",
") c #449EAD",
"! c #5A9D87",
"~ c #70AD78",
"{ c #7EA3C4",
"] c #87B556",
"^ c #6EB8FF",
"/ c #A8ABA9",
"( c #A2C443",
"_ c #8BC3F9",
": c #BED831",
"< c #CDDF1B",
"[ c #CACDCB",
"} c #ACD7FF",
"| c #ECF408",
"1 c #E5E7E4",
"2 c #DDEDFD",
"3 c #FCFFFC",
" ",
" ....... ",
" .-//[//. ",
" ./^^333. ",
" .{''231. ",
" .[^^331. ",
" .[33331. ",
" .[33331. ",
" .[33^'_. ",
" .[33^',. ",
" .[332}2. ",
" .133331. ",
" .133331. ",
" .-333333;. ",
" .#1332_333#. ",
" .[333''^333. ",
" ./3333>'}333/. ",
" .-333333232_}3;. ",
" .#132}23333_'>33#. ",
" .[33^'^33332>^331. ",
" .$'''*'*''''''''''$. ",
" .@*')>{******,***>)&@. ",
" .+&':~(:&*****:)**)|&*+. ",
" .%*!:&~(&,'>'*>**,~(**&. ",
" .$*':]>:!!|&|=~<&]~<!&**$. ",
" .@***:-'|%~()<&]])<%|=****@. ",
" .+***'|%):=(!(]>:!(]!:%*****+. ",
" .&***):&!:=<]((&|!~:]<=*****&. ",
".$&**)~!**&**&&&*&&*&*&*******$.",
".%***]~%*****************'****%.",
".@%%%%%%%%%%%%%%%%%%%%%$%%%$%%@.",
" .............................. "};