view pixmaps/tb_maxwidth.xpm @ 19215:45c062fa2156 v8.2.0166

patch 8.2.0166: Coverity warning for using uninitialized variable Commit: https://github.com/vim/vim/commit/07da94b0f07beb15c7e26b78837def5a91e102dc Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 28 22:39:19 2020 +0100 patch 8.2.0166: Coverity warning for using uninitialized variable Problem: Coverity warning for using uninitialized variable. Solution: Check for failure.
author Bram Moolenaar <Bram@vim.org>
date Tue, 28 Jan 2020 22:45:04 +0100
parents 3fc0f57ecb91
children
line wrap: on
line source

/* XPM */
static char * tb_maxwidth_xpm[] = {
/* width height ncolors cpp [x_hot y_hot] */
"18 18 5 1 0 0",
/* colors */
" 	s none	m none	c none",
".	s topShadowColor	m none	c #DCDEE5",
"X	s iconColor1	m black	c #000000",
"o	s iconColor2	m none	c #FFFFFF",
"O	s bottomShadowColor	m black	c #5D6069",
/* pixels */
"                  ",
"                  ",
"                  ",
"                  ",
".XXXXXXXXXXXXXXXX ",
".X.............oX ",
".X..X........X.oXO",
".X.XX........XXoXO",
".XXXX........XXXXO",
".X.XX........XXoXO",
".X..X........X.oXO",
".XooooooooooooooXO",
".XXXXXXXXXXXXXXXXO",
"   OOOOOOOOOOOOOOO",
"                  ",
"                  ",
"                  ",
"                  "};