view etc/images/smilies/wry.xpm @ 99902:19d0410ccdd2

* play/bubbles.el (bubbles-mode): Define with `define-derived-mode'. (bubbles-shift-mode, bubbles--update-score): Fix typos in docstrings. (bubbles--empty-char): Use "\s".
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 25 Nov 2008 02:01:58 +0000
parents 210af0ad3d35
children
line wrap: on
line source

/* XPM */
static char * wry_xpm[] = {
"13 14 3 1",
" 	c None",
".	c #000000",
"+	c #FFDD00",
"   .......   ",
"  ..+++++..  ",
" .+++++++++. ",
".+++++++++++.",
".+++++++..++.",
".++..+++..++.",
".++..+++++++.",
".+++++++++++.",
".+++++++...+.",
".+++++...+++.",
".++++..+++++.",
" .+++.+++++. ",
"  ..+++++..  ",
"   .......   "};