Mercurial > emacs
annotate lisp/sb-mail.xpm @ 59145:c331d9c412f2
* makefile.MPW: Add dependencies for fringe.c.x, image.c.x, and
lastfile.c.x.
(PPCCOptions): Add -alloca.
(EmacsObjects): Remove alloca.c.x. Add fringe.c.x, image.c.x, and
lastfile.c.x.
(Emacs MPW): Add QuickTimeLib.
(EmacsSource): Remove alloca.c. Add fringe.c, image.c, and
lastfile.c.
(LispSource): Fix pathnames for byte-run.elc, float-sup.elc, and
map-ynp.elc.
* inc/config.h (USE_LSB_TAG) [__MRC__]: Define.
(UNEXEC_SRC): Close comment.
* inc/epaths.h (PATH_BITMAPS, PATH_GAME): New defines.
* inc/m-mac.h (HAVE_ALLOCA) [__MRC__]: Define.
(C_ALLOCA) [__MRC__]: Don't define.
* inc/s-mac.h (X_OK): New define.
(DECL_ALIGN) [USE_LSB_TAG && __MRC__]: New macro.
(GC_MARK_STACK): Define to GC_MAKE_GCPROS_NOOPS.
author | Steven Tamm <steventamm@mac.com> |
---|---|
date | Mon, 27 Dec 2004 17:23:53 +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 " @@@@@@@@@@@@@@@@@@ "}; |