view pixmaps/tb_maximize.xpm @ 20320:e501e32a892f v8.2.0715

patch 8.2.0715: Vim9: leaking memory Commit: https://github.com/vim/vim/commit/cca34aa4bef5327eb4025850045c4c980ef4354b Author: Bram Moolenaar <Bram@vim.org> Date: Thu May 7 22:23:58 2020 +0200 patch 8.2.0715: Vim9: leaking memory Problem: Vim9: leaking memory. Solution: Free strings after concatenating them.
author Bram Moolenaar <Bram@vim.org>
date Thu, 07 May 2020 22:30:04 +0200
parents 3fc0f57ecb91
children
line wrap: on
line source

/* XPM */
static char * tb_maximize_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 */
"                  ",
"  .XXXXXXXXXXX    ",
"  .X....X...oX    ",
"  .X..oXXX..oXO   ",
"  .X.oXXXXX.oXO   ",
"  .X........oXO   ",
"  .X........oXO   ",
"  .X........oXO   ",
"  .X........oXO   ",
"  .X........oXO   ",
"  .X........oXO   ",
"  .X........oXO   ",
"  .X..XXXXX.oXO   ",
"  .X...XXX..oXO   ",
"  .XooooXooooXO   ",
"  .XXXXXXXXXXXO   ",
"     OOOOOOOOOO   ",
"                  "};