view pixmaps/tb_help.xpm @ 27026:32120100fde8 v8.2.4042

patch 8.2.4042: Vim9: build error Commit: https://github.com/vim/vim/commit/143367256836b0f69881dc0c65ff165ae091dbc5 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 8 16:02:59 2022 +0000 patch 8.2.4042: Vim9: build error Problem: Vim9: build error. Solution: Use grow array instead of character pointer.
author Bram Moolenaar <Bram@vim.org>
date Sat, 08 Jan 2022 17:15:03 +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        ",
"                  ",
"                  "};