view pixmaps/tb_make.xpm @ 28073:f4115d080c1b v8.2.4561

patch 8.2.4561: build failure with some combination of features Commit: https://github.com/vim/vim/commit/424da7aa481032f501158a671a0c1d117507afdd Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 13 19:08:48 2022 +0000 patch 8.2.4561: build failure with some combination of features Problem: Build failure with some combination of features. (John Marriott) Solution: Adjust #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Sun, 13 Mar 2022 20:15:03 +0100
parents 3fc0f57ecb91
children
line wrap: on
line source

/* XPM */
static char * tb_make_xpm[] = {
/* width height ncolors cpp [x_hot y_hot] */
"18 18 4 1 0 0",
/* colors */
" 	s none	m none	c none",
".	s iconColor1	m black	c #000000",
"X	s iconColor2	m none	c #FFFFFF",
"o	s bottomShadowColor	m black	c #5D6069",
/* pixels */
"                  ",
"    .. .....      ",
"   .XX.XXXXX.     ",
"   .XXXXXXXXX.    ",
"   .Xo.XXXX..X.   ",
"    .. ....o ..   ",
"        ...   .   ",
"        ...o      ",
"        ...o      ",
"        ...o      ",
"        ...o      ",
"        ...o      ",
"        ...o      ",
"        ...o      ",
"        ...o      ",
"        ...o      ",
"         ooo      ",
"                  "};