Mercurial > emacs
view etc/images/separator.xpm @ 112439:5610f272341f
* src/image.c: Add cast to fix type clash
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Sat, 22 Jan 2011 20:34:48 -0800 |
parents | bc8dc4ac1e28 |
children |
line wrap: on
line source
/* XPM */ static char * separator_xpm[] = { "2 24 3 1", " c None", ". c #888888", "+ c #FFFFFF", " ", " ", ".+ ", ".+", ".+", ".+", ".+", ".+", ".+", ".+", ".+", ".+", ".+", ".+", ".+", ".+", ".+", ".+", ".+", ".+", ".+", ".+", " ", " "};