view pixmaps/tb_help.xpm @ 13730:7b818f7bb738 v8.0.1737

patch 8.0.1737: fchown() used when it is not supported commit https://github.com/vim/vim/commit/02e802b2da9e25b5824185976b163691b5bbd558 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Apr 19 21:15:27 2018 +0200 patch 8.0.1737: fchown() used when it is not supported Problem: fchown() used when it is not supported. Solution: Add #ifdef.
author Christian Brabandt <cb@256bit.org>
date Thu, 19 Apr 2018 21:30:07 +0200
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        ",
"                  ",
"                  "};