annotate etc/images/unchecked.xpm @ 112397:a7191495c39c

Include entries from yesterdays checkins that were in an unsaved buffer.
author Ken Manheimer <ken.manheimer@gmail.com>
date Fri, 21 Jan 2011 11:36:24 -0500
parents 6378d1b57038
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
111171
3b987881726e Avoid inline image variables for checkboxes (Bug#7222).
Chong Yidong <cyd@stupidchicken.com>
parents:
diff changeset
1 /* XPM */
112275
6378d1b57038 Add 2011 to remaining FSF/AIST copyright years.
Glenn Morris <rgm@gnu.org>
parents: 111184
diff changeset
2 /* Copyright (C) 2010, 2011 Free Software Foundation, Inc.
111184
c7c697c81a21 * etc/images/README: Add (un)checked.xpm
Glenn Morris <rgm@gnu.org>
parents: 111171
diff changeset
3 *
c7c697c81a21 * etc/images/README: Add (un)checked.xpm
Glenn Morris <rgm@gnu.org>
parents: 111171
diff changeset
4 * Author: Chong Yidong <cyd@stupidchicken.com>
c7c697c81a21 * etc/images/README: Add (un)checked.xpm
Glenn Morris <rgm@gnu.org>
parents: 111171
diff changeset
5 *
c7c697c81a21 * etc/images/README: Add (un)checked.xpm
Glenn Morris <rgm@gnu.org>
parents: 111171
diff changeset
6 * This file is part of GNU Emacs.
c7c697c81a21 * etc/images/README: Add (un)checked.xpm
Glenn Morris <rgm@gnu.org>
parents: 111171
diff changeset
7 *
c7c697c81a21 * etc/images/README: Add (un)checked.xpm
Glenn Morris <rgm@gnu.org>
parents: 111171
diff changeset
8 * GNU Emacs is free software: you can redistribute it and/or modify
c7c697c81a21 * etc/images/README: Add (un)checked.xpm
Glenn Morris <rgm@gnu.org>
parents: 111171
diff changeset
9 * it under the terms of the GNU General Public License as published by
c7c697c81a21 * etc/images/README: Add (un)checked.xpm
Glenn Morris <rgm@gnu.org>
parents: 111171
diff changeset
10 * the Free Software Foundation, either version 3 of the License, or
c7c697c81a21 * etc/images/README: Add (un)checked.xpm
Glenn Morris <rgm@gnu.org>
parents: 111171
diff changeset
11 * (at your option) any later version.
c7c697c81a21 * etc/images/README: Add (un)checked.xpm
Glenn Morris <rgm@gnu.org>
parents: 111171
diff changeset
12 *
c7c697c81a21 * etc/images/README: Add (un)checked.xpm
Glenn Morris <rgm@gnu.org>
parents: 111171
diff changeset
13 * GNU Emacs is distributed in the hope that it will be useful,
c7c697c81a21 * etc/images/README: Add (un)checked.xpm
Glenn Morris <rgm@gnu.org>
parents: 111171
diff changeset
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
c7c697c81a21 * etc/images/README: Add (un)checked.xpm
Glenn Morris <rgm@gnu.org>
parents: 111171
diff changeset
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
c7c697c81a21 * etc/images/README: Add (un)checked.xpm
Glenn Morris <rgm@gnu.org>
parents: 111171
diff changeset
16 * GNU General Public License for more details.
c7c697c81a21 * etc/images/README: Add (un)checked.xpm
Glenn Morris <rgm@gnu.org>
parents: 111171
diff changeset
17 *
c7c697c81a21 * etc/images/README: Add (un)checked.xpm
Glenn Morris <rgm@gnu.org>
parents: 111171
diff changeset
18 * You should have received a copy of the GNU General Public License
c7c697c81a21 * etc/images/README: Add (un)checked.xpm
Glenn Morris <rgm@gnu.org>
parents: 111171
diff changeset
19 * along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
c7c697c81a21 * etc/images/README: Add (un)checked.xpm
Glenn Morris <rgm@gnu.org>
parents: 111171
diff changeset
20 */
111171
3b987881726e Avoid inline image variables for checkboxes (Bug#7222).
Chong Yidong <cyd@stupidchicken.com>
parents:
diff changeset
21 static char * unchecked_xpm[] = {
3b987881726e Avoid inline image variables for checkboxes (Bug#7222).
Chong Yidong <cyd@stupidchicken.com>
parents:
diff changeset
22 "12 12 5 1",
3b987881726e Avoid inline image variables for checkboxes (Bug#7222).
Chong Yidong <cyd@stupidchicken.com>
parents:
diff changeset
23 " c None",
3b987881726e Avoid inline image variables for checkboxes (Bug#7222).
Chong Yidong <cyd@stupidchicken.com>
parents:
diff changeset
24 ". c gray20",
3b987881726e Avoid inline image variables for checkboxes (Bug#7222).
Chong Yidong <cyd@stupidchicken.com>
parents:
diff changeset
25 "+ c white",
3b987881726e Avoid inline image variables for checkboxes (Bug#7222).
Chong Yidong <cyd@stupidchicken.com>
parents:
diff changeset
26 "@ c gray70",
3b987881726e Avoid inline image variables for checkboxes (Bug#7222).
Chong Yidong <cyd@stupidchicken.com>
parents:
diff changeset
27 "# c black",
3b987881726e Avoid inline image variables for checkboxes (Bug#7222).
Chong Yidong <cyd@stupidchicken.com>
parents:
diff changeset
28 "............",
3b987881726e Avoid inline image variables for checkboxes (Bug#7222).
Chong Yidong <cyd@stupidchicken.com>
parents:
diff changeset
29 "............",
3b987881726e Avoid inline image variables for checkboxes (Bug#7222).
Chong Yidong <cyd@stupidchicken.com>
parents:
diff changeset
30 "..@@@@@@@@+.",
3b987881726e Avoid inline image variables for checkboxes (Bug#7222).
Chong Yidong <cyd@stupidchicken.com>
parents:
diff changeset
31 "..@@@@@@@@+.",
3b987881726e Avoid inline image variables for checkboxes (Bug#7222).
Chong Yidong <cyd@stupidchicken.com>
parents:
diff changeset
32 "..@@@@@@@@+.",
3b987881726e Avoid inline image variables for checkboxes (Bug#7222).
Chong Yidong <cyd@stupidchicken.com>
parents:
diff changeset
33 "..@@@@@@@@+.",
3b987881726e Avoid inline image variables for checkboxes (Bug#7222).
Chong Yidong <cyd@stupidchicken.com>
parents:
diff changeset
34 "..@@@@@@@@+.",
3b987881726e Avoid inline image variables for checkboxes (Bug#7222).
Chong Yidong <cyd@stupidchicken.com>
parents:
diff changeset
35 "..@@@@@@@@+.",
3b987881726e Avoid inline image variables for checkboxes (Bug#7222).
Chong Yidong <cyd@stupidchicken.com>
parents:
diff changeset
36 "..@@@@@@@@+.",
3b987881726e Avoid inline image variables for checkboxes (Bug#7222).
Chong Yidong <cyd@stupidchicken.com>
parents:
diff changeset
37 "..@++++++++.",
3b987881726e Avoid inline image variables for checkboxes (Bug#7222).
Chong Yidong <cyd@stupidchicken.com>
parents:
diff changeset
38 ".@+++++++++.",
3b987881726e Avoid inline image variables for checkboxes (Bug#7222).
Chong Yidong <cyd@stupidchicken.com>
parents:
diff changeset
39 "............"};