view etc/custom/right.xpm @ 4988:4cfb6aeb989d

fix compile problems on Windows native -------------------- ChangeLog entries follow: -------------------- src/ChangeLog addition: 2010-02-05 Ben Wing <ben@xemacs.org> * syswindows.h (LOCAL_FILE_FORMAT_TO_TSTR): Cast pointer when storing value to avoid problems because some store vars are Extbyte * and some are LPTSTR.
author Ben Wing <ben@xemacs.org>
date Fri, 05 Feb 2010 23:22:59 -0600
parents 43dd3413c7c7
children 7910031dd78a
line wrap: on
line source

/* XPM */
static char * right_xpm[] = {
"10 10 5 1",
" 	c Gray90",
".	c Gray90",
"X	c none",
"o	c Gray75",
"O	c Gray40",
" .XXXXXXXX",
" ...XXXXXX",
"  ....XXXX",
"  oo....XX",
"  oooo....",
"  ooooOOOO",
"  ooOOOOXX",
"  OOOOXXXX",
" OOOXXXXXX",
" OXXXXXXXX"};