view gtk/kill.xpm @ 2148:79e9c8080ad9

Mac: Beta 2 of Xcode 12 has 10_16 defined but max allowed is 10_15. The new warnings are about deprecations in 10.15 so switching them to Catalina instead of Big Sur. Still not sure why it isn't 11.0 SDK.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Fri, 24 Jul 2020 19:27:31 +0000
parents b3404a94a15d
children
line wrap: on
line source

/* XPM */
static char * kill_xpm[] = {
/* width height num_colors chars_per_pixel */
"15 15 6 1",
/* colors */
" 	c white",
".	c #5f5f5f",
"X	c gray75",
"o	c black",
"O	c gray40",
"+	c gray70",
/* pixels */
"              .",
" XXXXXXXXXXXX..",
" XoO++++++OoX..",
" XOoO++++OoOX..",
" X+OoO++OoO+X..",
" X++OoOOoO++X..",
" X+++OooO+++X..",
" X+++OooO+++X..",
" X++OoOOoO++X..",
" X+OoO++OoO+X..",
" XOoO++++OoOX..",
" XoO++++++OoX..",
" XXXXXXXXXXXX..",
" ..............",
"..............."};