Mercurial > emacs
annotate lisp/sb-pg-minus.xpm @ 59575:011a0c55c1f2
* macfns.c (x_set_foreground_color, x_set_background_color): Sync
with xfns.c.
(mac_window, x_create_tip_frame): Use XSetWindowBackground.
* macterm.c (XSetBackground, XSetWindowBackground): New functions.
* macterm.h (XSetBackground, XSetWindowBackground): Add externs.
author | Steven Tamm <steventamm@mac.com> |
---|---|
date | Sun, 16 Jan 2005 00:10:18 +0000 |
parents | c2a09ac7b7b1 |
children |
rev | line source |
---|---|
29133
13b33ab9d0b5
Renamed sb-file-.xpm to sb-pg-minus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
1 /* XPM */ |
55471 | 2 static char * sb_pg_minus_xpm[] = { |
3 "20 15 5 1", | |
29133
13b33ab9d0b5
Renamed sb-file-.xpm to sb-pg-minus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
4 " c None", |
55471 | 5 ". c #B8B8B8", |
29133
13b33ab9d0b5
Renamed sb-file-.xpm to sb-pg-minus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
6 "+ c #000000", |
55471 | 7 "@ c #828282", |
8 "# c #FFFFFF", | |
29133
13b33ab9d0b5
Renamed sb-file-.xpm to sb-pg-minus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
9 " ............ ", |
55471 | 10 " .++++++++++++@", |
11 " .++##########+@", | |
12 " .+#+##########+@", | |
13 " .+##+##########+@", | |
14 " .+###+##########+@", | |
15 " .+####+##########+@", | |
16 ".+++++++#+++++####+@", | |
17 ".+########.....###+@", | |
18 ".+################+@", | |
19 ".+################+@", | |
20 ".+################+@", | |
21 ".+################+@", | |
22 ".++++++++++++++++++@", | |
23 " @@@@@@@@@@@@@@@@@@ "}; |