diff options
| author | Chong Yidong | 2007-02-14 17:00:29 +0000 |
|---|---|---|
| committer | Chong Yidong | 2007-02-14 17:00:29 +0000 |
| commit | 37bac0ea86ea541fbc1a82a8bacc030e3ca44272 (patch) | |
| tree | 5087b13c7389214cca71379a42f6a4b92c09cfb2 | |
| parent | 83842b1b6acb862ff66d504b07af94de60e290b6 (diff) | |
| download | emacs-37bac0ea86ea541fbc1a82a8bacc030e3ca44272.tar.gz emacs-37bac0ea86ea541fbc1a82a8bacc030e3ca44272.zip | |
Moved from etc/images/gnus
| -rw-r--r-- | etc/images/smilies/dead.xpm | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/etc/images/smilies/dead.xpm b/etc/images/smilies/dead.xpm new file mode 100644 index 00000000000..56463a72951 --- /dev/null +++ b/etc/images/smilies/dead.xpm | |||
| @@ -0,0 +1,20 @@ | |||
| 1 | /* XPM */ | ||
| 2 | static char * dead_xpm[] = { | ||
| 3 | "13 14 3 1", | ||
| 4 | " c None", | ||
| 5 | ". c #000000", | ||
| 6 | "+ c #FFDD00", | ||
| 7 | " ....... ", | ||
| 8 | " ..+++++.. ", | ||
| 9 | " .+++++++++. ", | ||
| 10 | ".+++++++++++.", | ||
| 11 | ".++.+.+.+.++.", | ||
| 12 | ".+++.+++.+++.", | ||
| 13 | ".++.+.+.+.++.", | ||
| 14 | ".+++++++++++.", | ||
| 15 | ".+++++++++++.", | ||
| 16 | ".+.+++++++.+.", | ||
| 17 | ".++.......++.", | ||
| 18 | " .+++++++++. ", | ||
| 19 | " ..+++++.. ", | ||
| 20 | " ....... "}; | ||