view pixmaps/tb_cut.xpm @ 31367:a267e07ded3b v9.0.1017

patch 9.0.1017: test for srand() fails on MS-Windows Commit: https://github.com/vim/vim/commit/9dacdb1d56ee0f9272f3fc956a12f15f84ffb205 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 6 09:05:25 2022 +0000 patch 9.0.1017: test for srand() fails on MS-Windows Problem: Test for srand() fails on MS-Windows. Solution: Do not expect the same result a second time.
author Bram Moolenaar <Bram@vim.org>
date Tue, 06 Dec 2022 10:15:05 +0100
parents 3fc0f57ecb91
children
line wrap: on
line source

/* XPM */
static char * tb_cut_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      ",
"    ...X  ...     ",
"   .XX.X  .X .    ",
"   .  .X  .X .X   ",
"   .  .X  .X .X   ",
"    ..XX   ..X    ",
"    XX     XX     ",
"                  ",
"                  "};