Mercurial > hg > xemacs-beta
view etc/custom/right.xpm @ 3687:719ceea8b3cb
[xemacs-hg @ 2006-11-18 18:17:53 by michaels]
2006-11-18 Mike Sperber <mike@xemacs.org>
* window.c (window_pixel_height_to_char_height): Cater to the
possibility that defheight may be 0.
author | michaels |
---|---|
date | Sat, 18 Nov 2006 18:17:55 +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"};