view pixmaps/tb_help.xpm @ 31049:bee731901f4f v9.0.0859

patch 9.0.0859: compiler warning for unused variable Commit: https://github.com/vim/vim/commit/fd3084b6e298477dec4979515c6b4a8a3c3beeb2 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Nov 11 01:40:48 2022 +0000 patch 9.0.0859: compiler warning for unused variable Problem: Compiler warning for unused variable. Solution: Add #ifdef.
author Bram Moolenaar <Bram@vim.org>
date Fri, 11 Nov 2022 02:45:06 +0100
parents 3fc0f57ecb91
children
line wrap: on
line source

/* XPM */
static char * tb_help_xpm[] = {
/* width height ncolors cpp [x_hot y_hot] */
"18 18 3 1 0 0",
/* colors */
" 	s none	m none	c none",
".	s iconColor1	m black	c #000000",
"X	s bottomShadowColor	m black	c #5D6069",
/* pixels */
"                  ",
"                  ",
"      .....X      ",
"     ..  X..X     ",
"    ..X   ...     ",
"    ..X   ...     ",
"    X..  X..X     ",
"         ..X      ",
"        ..        ",
"       ..X        ",
"       ..X        ",
"                  ",
"       ..X        ",
"       ..X        ",
"       ..X        ",
"        XX        ",
"                  ",
"                  "};