view etc/images/ezimage/checkmark.xpm @ 68254:e330fc29ae3e

* progmodes/cpp.el (cpp-edit-load): Make the order of listed conditions in a base C code buffer and its associate CPP Edit buffer the same.
author Masatake YAMATO <jet@gyve.org>
date Thu, 19 Jan 2006 10:57:44 +0000
parents 616e5cb890c3
children
line wrap: on
line source

/* XPM */
static char * sb_chk_xpm[] = {
"15 15 2 1",
" 	c None",
".	c #FF0000",
"               ",
" . .  ..       ",
" . . .         ",
" . . .       . ",
"  .   ..    .  ",
"           ..  ",
"          ..   ",
" ...     ..    ",
" ...    ..     ",
" ....  ..      ",
"  ... ..       ",
"   ....        ",
"    ...        ",
"     .         ",
"               "};