Mercurial > emacs
annotate lisp/sb-tag-plus.xpm @ 51204:082b768216a0
Make (several) trivial substitutions for renamed and
new macros in dispextern.h, frame.h and window.h.
(x_draw_glyph_string_box): Adapt to per-window fringes and
scroll-bars.
(glyph_rect): Use window coordinates returned from
window_from_coordinates rather than frame_to_window_pixel_xy.
(XTset_vertical_scroll_bar): Adapt to per-window fringes and
scroll-bars.
(w32_clip_to_row): Remove superfluous whole_line_p arg and code
(fringes are now inside margins, i.e. always in the clipping area).
All callers changed.
(x_new_font): Set FRAME_COLUMN_WIDTH and FRAME_LINE_HEIGHT
directly, then call compute_fringe_widths. Don't call
frame_update_line_height.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sat, 24 May 2003 22:06:19 +0000 |
parents | d6f40942e987 |
children | c2a09ac7b7b1 |
rev | line source |
---|---|
29136
d6f40942e987
Renamed sb-tag+.xpm to sb-tag-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
1 /* XPM */ |
d6f40942e987
Renamed sb-tag+.xpm to sb-tag-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
2 static char * sb_tag+_xpm[] = { |
d6f40942e987
Renamed sb-tag+.xpm to sb-tag-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
3 "20 15 4 1", |
d6f40942e987
Renamed sb-tag+.xpm to sb-tag-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
4 " c None", |
d6f40942e987
Renamed sb-tag+.xpm to sb-tag-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
5 ". c #828282", |
d6f40942e987
Renamed sb-tag+.xpm to sb-tag-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
6 "+ c #000000", |
d6f40942e987
Renamed sb-tag+.xpm to sb-tag-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
7 "@ c #FFF993", |
d6f40942e987
Renamed sb-tag+.xpm to sb-tag-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
8 " ", |
d6f40942e987
Renamed sb-tag+.xpm to sb-tag-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
9 " ", |
d6f40942e987
Renamed sb-tag+.xpm to sb-tag-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
10 " ............... ", |
d6f40942e987
Renamed sb-tag+.xpm to sb-tag-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
11 " .+++++++++++++++.", |
d6f40942e987
Renamed sb-tag+.xpm to sb-tag-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
12 " .+@@@@@@@@@@@@@@+.", |
d6f40942e987
Renamed sb-tag+.xpm to sb-tag-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
13 " .+@@@@@@++@@@@@@@+.", |
d6f40942e987
Renamed sb-tag+.xpm to sb-tag-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
14 ".+@@@@@@@++@@@@@@@+.", |
d6f40942e987
Renamed sb-tag+.xpm to sb-tag-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
15 ".+@++@@++++++@@@@@+.", |
d6f40942e987
Renamed sb-tag+.xpm to sb-tag-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
16 ".+@++@@++++++@@@@@+.", |
d6f40942e987
Renamed sb-tag+.xpm to sb-tag-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
17 ".+@@@@@@@++@@@@@@@+.", |
d6f40942e987
Renamed sb-tag+.xpm to sb-tag-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
18 " .+@@@@@@++@@@@@@@+.", |
d6f40942e987
Renamed sb-tag+.xpm to sb-tag-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
19 " .+@@@@@@@@@@@@@@+.", |
d6f40942e987
Renamed sb-tag+.xpm to sb-tag-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
20 ". .+++++++++++++++.", |
d6f40942e987
Renamed sb-tag+.xpm to sb-tag-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
21 " ............... ", |
d6f40942e987
Renamed sb-tag+.xpm to sb-tag-plus.xpm
Eric M. Ludlam <zappo@gnu.org>
parents:
diff
changeset
|
22 " "}; |