Mercurial > emacs
annotate etc/images/separator.xpm @ 112404:2b0d6f7bbb80
Merge: src/config.in: shrink slightly
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Fri, 21 Jan 2011 16:13:42 -0800 |
parents | bc8dc4ac1e28 |
children |
rev | line source |
---|---|
69424
ed7704221f2b
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-151
Miles Bader <miles@gnu.org>
parents:
diff
changeset
|
1 /* XPM */ |
69713
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69424
diff
changeset
|
2 static char * separator_xpm[] = { |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69424
diff
changeset
|
3 "2 24 3 1", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69424
diff
changeset
|
4 " c None", |
111998
bc8dc4ac1e28
Implement tool-bar separators for non-GTK tool-bars.
Chong Yidong <cyd@stupidchicken.com>
parents:
69713
diff
changeset
|
5 ". c #888888", |
bc8dc4ac1e28
Implement tool-bar separators for non-GTK tool-bars.
Chong Yidong <cyd@stupidchicken.com>
parents:
69713
diff
changeset
|
6 "+ c #FFFFFF", |
69713
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69424
diff
changeset
|
7 " ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69424
diff
changeset
|
8 " ", |
111998
bc8dc4ac1e28
Implement tool-bar separators for non-GTK tool-bars.
Chong Yidong <cyd@stupidchicken.com>
parents:
69713
diff
changeset
|
9 ".+ ", |
bc8dc4ac1e28
Implement tool-bar separators for non-GTK tool-bars.
Chong Yidong <cyd@stupidchicken.com>
parents:
69713
diff
changeset
|
10 ".+", |
69713
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69424
diff
changeset
|
11 ".+", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69424
diff
changeset
|
12 ".+", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69424
diff
changeset
|
13 ".+", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69424
diff
changeset
|
14 ".+", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69424
diff
changeset
|
15 ".+", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69424
diff
changeset
|
16 ".+", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69424
diff
changeset
|
17 ".+", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69424
diff
changeset
|
18 ".+", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69424
diff
changeset
|
19 ".+", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69424
diff
changeset
|
20 ".+", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69424
diff
changeset
|
21 ".+", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69424
diff
changeset
|
22 ".+", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69424
diff
changeset
|
23 ".+", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69424
diff
changeset
|
24 ".+", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69424
diff
changeset
|
25 ".+", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69424
diff
changeset
|
26 ".+", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69424
diff
changeset
|
27 ".+", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69424
diff
changeset
|
28 ".+", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69424
diff
changeset
|
29 " ", |
75b06a7624a1
* images/README: Update with following information.
Bill Wohler <wohler@newt.com>
parents:
69424
diff
changeset
|
30 " "}; |