view gtk/maximize.xpm @ 971:2a21915684d1

Step 1 in modernizing the GTK3 module. Removed all the thread arrays, switching to using pthread_setspecific() to use TLS. Also simplified the clipboard functions. The dw_clipboard_get() function returns a malloc()ed buffer which needs to be dw_free()ed.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 05 May 2011 22:05:06 +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..",
" ..............",
"..............."};