view etc/images/separator.xpm @ 106771:5555a7ec947d

* startup.el (command-line-1): Use orig-argi to check for ignored X and NS options
author Jan D. <jan.h.d@swipnet.se>
date Sat, 09 Jan 2010 13:32:37 +0100
parents 75b06a7624a1
children bc8dc4ac1e28
line wrap: on
line source

/* XPM */
static char * separator_xpm[] = {
"2 24 3 1",
" 	c None",
".	c #DBD3CB",
"+	c #FCFBFA",
"  ",
"  ",
"  ",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
"  ",
"  ",
"  "};