Ffboundp declaration
[bpt/emacs.git] / etc / images / mh-logo.xpm
CommitLineData
3d7ca223 1/* XPM */
217ac4df
GM
2/* MH-E Logo
3 *
6bc383b1 4 * Copyright (C) 2003-2014 Free Software Foundation, Inc.
217ac4df
GM
5 *
6 * Author: Satyaki Das
7 *
8 * This file is part of GNU Emacs.
9 *
10 * GNU Emacs is free software: you can redistribute it and/or modify
11 * it under the terms of the GNU General Public License as published by
12 * the Free Software Foundation, either version 3 of the License, or
13 * (at your option) any later version.
14 *
15 * GNU Emacs is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18 * GNU General Public License for more details.
19 *
20 * You should have received a copy of the GNU General Public License
21 * along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
22 */
3d7ca223
BW
23static char *mh-e[] = {
24/* width height num_colors chars_per_pixel */
25" 18 13 2 1",
26/* colors */
27"# c #666699",
28". c None s None",
29/* pixels */
30"........##........",
31".......####.......",
32"......######......",
33"......######......",
34"....#########.....",
35"..##############..",
36".##...######....#.",
37"##...#.#.####...#.",
38"....#..#.##.#...#.",
39"...#..##.#.#.#....",
40"...#..#..#..#.#...",
41"...#..#.##..#.##..",
42"...#..#.#..#....#."
43};