Mercurial > hg > xemacs-beta
view etc/custom/right.xpm @ 3316:d45de99b5d79
[xemacs-hg @ 2006-03-30 16:22:26 by james]
Fix FOR_MSW detection with the XPM library. See xemacs-patches message
<m31wwjkioq.fsf@jerrypc.cs.usu.edu>.
author | james |
---|---|
date | Thu, 30 Mar 2006 16:22:27 +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"};