view etc/images/ezimage/checkmark.xpm @ 111409:b5cc0d963641

* mouse.el (mouse-yank-primary): Update comment (Bug#6802).
author Jan D. <jan.h.d@swipnet.se>
date Fri, 05 Nov 2010 13:11:12 +0100
parents 616e5cb890c3
children
line wrap: on
line source

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