view pixmaps/tb_minimize.xpm @ 17099:54b3059311b5 v8.1.1549

patch 8.1.1549: quickfix test fails commit https://github.com/vim/vim/commit/61eeeea8e6455b1f36905c45a62ea8414f2f1dab Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jun 15 21:56:17 2019 +0200 patch 8.1.1549: quickfix test fails Problem: Quickfix test fails. Solution: Negate result of bt_quickfix().
author Bram Moolenaar <Bram@vim.org>
date Sat, 15 Jun 2019 22:00:07 +0200
parents 3fc0f57ecb91
children
line wrap: on
line source

/* XPM */
static char * tb_minimize_xpm[] = {
/* width height ncolors cpp [x_hot y_hot] */
"18 18 5 1 0 0",
/* colors */
" 	s none	m none	c none",
".	s iconColor1	m black	c #000000",
"X	s topShadowColor	m none	c #DCDEE5",
"o	s iconColor2	m none	c #FFFFFF",
"O	s bottomShadowColor	m black	c #5D6069",
/* pixels */
"                  ",
"      .....       ",
"       ...        ",
"        .         ",
"                  ",
" X.............   ",
" X.XXXXXXXXXXo.   ",
" X.XXoXXXXXXXo.O  ",
" X.XXXXXXXXXXo.O  ",
" X.XXXXXXXXXoo.O  ",
" X.ooooooooooo.O  ",
" X.............O  ",
"    OOOOOOOOOOOO  ",
"                  ",
"        .         ",
"       ...        ",
"      .....       ",
"                  "};