Mercurial > emacs
annotate lisp/sb-mail.xpm @ 61476:c7f99496c6bb
* x-dnd.el: Require dnd.
(x-dnd-handle-uri-list, x-dnd-handle-file-name): Call
dnd-handle-one-url.
(x-dnd-types-alist, x-dnd-insert-utf8-text)
(x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
to dnd-insert-text.
(x-dnd-protocol-alist, x-dnd-open-file-other-window,
x-dnd-handle-one-url, x-dnd-get-local-file-uri,
x-dnd-get-local-file-name, x-dnd-open-local-file,
x-dnd-open-file, x-dnd-insert-text): Moved to dnd.el (without x-).
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Mon, 11 Apr 2005 19:25:38 +0000 |
parents | c2a09ac7b7b1 |
children |
rev | line source |
---|---|
28974 | 1 /* XPM */ |
2 static char * sb_mail_xpm[] = { | |
55471 | 3 "20 15 5 1", |
28974 | 4 " c None", |
55471 | 5 ". c #B8B8B8", |
28974 | 6 "+ c #000000", |
55471 | 7 "@ c #828282", |
8 "# c #FFFFFF", | |
9 " .................. ", | |
10 ".++++++++++++++++++@", | |
11 ".++##############++@", | |
12 ".+#++##########++#+@", | |
13 ".+###++######++###+@", | |
14 ".+#####++##++#####+@", | |
15 ".+#######++#######+@", | |
16 ".+################+@", | |
17 ".+####+######+####+@", | |
18 ".+################+@", | |
19 ".+##+##########+##+@", | |
20 ".+################+@", | |
21 ".++##############++@", | |
22 ".++++++++++++++++++@", | |
23 " @@@@@@@@@@@@@@@@@@ "}; |