view etc/custom/right.xpm @ 604:fa3b8eb89cb2

[xemacs-hg @ 2001-06-02 05:40:49 by ben] event-msw.c: conditionalize the messages that were causing compile errors. (if only macros could generate #ifdef statements ...)
author ben
date Sat, 02 Jun 2001 05:40:53 +0000
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"};