view runtime/vim16x16.xpm @ 17153:53ae08e30d1c v8.1.1576

patch 8.1.1576: compiler warning for unused argument commit https://github.com/vim/vim/commit/405bb4273499a1f59c004cae78bae200e93fa8a7 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jun 21 00:12:29 2019 +0200 patch 8.1.1576: compiler warning for unused argument Problem: Compiler warning for unused argument. Solution: Add "UNUSED" annotation. (Dominique Pelle, closes https://github.com/vim/vim/issues/4570)
author Bram Moolenaar <Bram@vim.org>
date Fri, 21 Jun 2019 00:15:05 +0200
parents 3fc0f57ecb91
children 8f04cf65ecff
line wrap: on
line source

/* XPM */
static char * vim16x16[] = {
"16 16 8 1",
" 	c None",
".	c #000000",
"+	c #000080",
"@	c #008000",
"#	c #00FF00",
"$	c #808080",
"%	c #C0C0C0",
"&	c #FFFFFF",
"  .....#. ....  ",
" .&&&&&.@.&&&&. ",
" .%%%%%$..%%%%$.",
"  .%%%$.@.&%%$. ",
"  .%%%$..&%%$.  ",
"  .%%%$.&%%$..  ",
" #.%%%$&%%$.@@. ",
"#@.%%%&%%$.@@@@.",
".@.%%%%%..@@@@+ ",
" ..%%%%.%...@.  ",
"  .%%%%...%%.%. ",
"  .%%%.%%.%%%%%.",
"  .%%$..%.%.%.%.",
"  .%$.@.%.%.%.%.",
"   .. .%%.%.%.%.",
"       .. . . . "};