view pixmaps/tb_save.xpm @ 27404:de98b9219c15 v8.2.4230

patch 8.2.4230: MS-Windows: set_guifontwide() is included but won't work Commit: https://github.com/vim/vim/commit/94373c48e7e438e5b924b34ce820e9b2eb9f810c Author: K.Takata <kentkt@csc.jp> Date: Thu Jan 27 15:04:22 2022 +0000 patch 8.2.4230: MS-Windows: set_guifontwide() is included but won't work Problem: MS-Windows: set_guifontwide() is included but won't work. Solution: Include set_guifontwide() only for X11. (Ken Takata, closes https://github.com/vim/vim/issues/9640)
author Bram Moolenaar <Bram@vim.org>
date Thu, 27 Jan 2022 16:15:04 +0100
parents 3fc0f57ecb91
children
line wrap: on
line source

/* XPM */
static char * tb_save_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 iconGray2	m none	c #bdbdbd",
"o	s iconColor2	m none	c #FFFFFF",
"O	s bottomShadowColor	m black	c #5D6069",
/* pixels */
"                  ",
" ..............   ",
" .X.oooooooo.o.   ",
" .X.oooooooo...O  ",
" .X.oooooooo.X.O  ",
" .X.oooooooo.X.O  ",
" .X.oooooooo.X.O  ",
" .X.oooooooo.X.O  ",
" .XX........XX.O  ",
" .XXXXXXXXXXXX.O  ",
" .XX.........X.O  ",
" .XX......oo.X.O  ",
" .XX......oo.X.O  ",
" .XX......oo.X.O  ",
"  .............O  ",
"   OOOOOOOOOOOOO  ",
"                  ",
"                  "};