remove `declare' macro
[bpt/emacs.git] / etc / images / unchecked.xpm
CommitLineData
01898dc2 1/* XPM */
6bc383b1 2/* Copyright (C) 2010-2014 Free Software Foundation, Inc.
57c17ca4
GM
3 *
4 * Author: Chong Yidong <cyd@stupidchicken.com>
5 *
6 * This file is part of GNU Emacs.
7 *
8 * GNU Emacs is free software: you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation, either version 3 of the License, or
11 * (at your option) any later version.
12 *
13 * GNU Emacs is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License
19 * along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
20 */
01898dc2
CY
21static char * unchecked_xpm[] = {
22"12 12 5 1",
23" c None",
24". c gray20",
25"+ c white",
26"@ c gray70",
27"# c black",
28"............",
29"............",
30"..@@@@@@@@+.",
31"..@@@@@@@@+.",
32"..@@@@@@@@+.",
33"..@@@@@@@@+.",
34"..@@@@@@@@+.",
35"..@@@@@@@@+.",
36"..@@@@@@@@+.",
37"..@++++++++.",
38".@+++++++++.",
39"............"};