view gtk/maximize.xpm @ 1781:a532ca0231ad

Attempt at fixing the issue noted in the last commit. Seems the issue is stack related using VAC3.6... We are supposed to allocate the stack in 4K blocks on OS/2, so clamp the requested amount to a multiple of 4K that is at least as big as the amount requested.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 19 Jul 2012 19:46:35 +0000
parents b3404a94a15d
children
line wrap: on
line source

/* XPM */
static char * maximize_xpm[] = {
/* width height num_colors chars_per_pixel */
"15 15 5 1",
/* colors */
" 	c white",
".	c #5f5f5f",
"X	c gray75",
"o	c gray70",
"O	c black",
/* pixels */
"              .",
" XXXXXXXXXXXX..",
" XooooooooooX..",
" XoOOOOOOOOoX..",
" XoOOOOOOOOoX..",
" XoOOOOOOOOoX..",
" XoOOOOOOOOoX..",
" XoOOOOOOOOoX..",
" XoOOOOOOOOoX..",
" XoOOOOOOOOoX..",
" XoOOOOOOOOoX..",
" XooooooooooX..",
" XXXXXXXXXXXX..",
" ..............",
"..............."};