Mercurial > emacs
annotate lisp/toolbar/show.xpm @ 48647:47ec3831be14
(const): Move outside !HAVE_CONFIG_H conditional.
(libintl.h): Include this if _LIBC. Otherwise include gettext.h.
(wchar.h): Include, maybe.
(attribute_hidden): Define if not defind.
(__getopt_initialized): Use attribute_hidden.
(__libc_argc, __libc_argv): Renamed from original_argc, etc.
(__getopt_nonoption_flags, nonoption_flags_max_len, nonoption_flags_len):
Conditional on USE_NONOPTION_FLAGS.
(SWAP_FLAGS): New definitions.
(exchange): Test USE_NONOPTION_FLAGS.
(_getopt_initialize): Test USE_NONOPTION_FLAGS.
(_getopt_internal): Error if argc < 1. New local var print_errors.
Improve test for ambiguous long option.
Add LIBIO support for error message output.
(NONOPTION_P): Test USE_NONOPTION_FLAGS.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 04 Dec 2002 11:17:43 +0000 |
parents | 2568d5a27317 |
children |
rev | line source |
---|---|
47730 | 1 /* XPM */ |
2 static char * mail_show_xpm[] = { | |
3 /* columns rows colors chars-per-pixel */ | |
4 "24 24 4 1", | |
5 " c None", | |
6 ". c black", | |
7 "X c #ea03ea03d271", | |
8 "o c #a5d8a5d89550", | |
9 /* pixels */ | |
10 " ", | |
11 " ", | |
12 " .................. ", | |
13 " .XXXXXXXXXXXXXXXX. ", | |
14 " .XXXXXXXXXXXXXXXX. ", | |
15 " .XoooooooooooooXX. ", | |
16 " .XXXXXXXXXXXXXXXX. ", | |
17 " .XXXXXXXXXXXXXXXX. ", | |
18 " .XoooooooooooooXX. ", | |
19 " .XXXXXXXXXXXXXXXX. ", | |
20 " .XXXXXXXXXXXXXXXX. ", | |
21 " .XooooooXXXXXXXXX. ", | |
22 " .XXXXXXXXXXXXXXXX. ", | |
23 " .XXXXXXXXXXXXXXXX. ", | |
24 " .XoooooooooXXXXXX. ", | |
25 " .XXXXXXXXXXXXXXXX. ", | |
26 " .XXXXXXXXXXXXXXXX. ", | |
27 " .XXXXXXXXXXXXXXXX. ", | |
28 " .XXXXXXXXXXXXXXXX. ", | |
29 " .XXXXXXXXXXXXXXXX. ", | |
30 " .................. ", | |
31 " ", | |
32 " ", | |
33 " "}; |