Mercurial > emacs
annotate lisp/gnus/fuwo.xpm @ 82992:5de4189e659d
Got rid of the rif (window-based redisplay interface) global variable.
src/dispextern.h (PRODUCE_GLYPHS): Use the rif in IT->f, not the global rif.
(rif): Removed.
src/dispnew.c (rif): Removed.
(direct_output_for_insert, direct_output_forward_char, update_frame)
(redraw_overlapped_rows, redraw_overlapping_rows, update_window)
(update_marginal_area, update_text_area, update_window_line)
(set_window_cursor_after_update, scrolling_window): Use the rif of the
current frame, not the global rif.
src/fontset.c: #include termhooks.h, for FRAME_RIF.
(Finternal_char_font): Use the rif of the current frame.
src/frame.c (x_set_frame_parameters): Use the rif of the current frame.
src/keyboard.c (detect_input_pending_run_timers): Use the rif of the
current frame.
src/minibuf.c: #include termhooks.h, for FRAME_RIF.
(read_minibuf): Use the rif of the current frame.
src/term.c (update_begin): Removed rif update hack.
src/termhooks.h (FRAME_RIF): New macro.
src/xdisp.c (init_iterator, expose_frame): Removed rif update hack.
(echo_area_display, x_cursor_to, draw_fringe_bitmap)
(try_window_reusing_current_matrix, try_window_id)
(get_glyph_face_and_encoding, x_get_glyph_overhangs)
(get_char_face_and_encoding, compute_overhangs_and_x, draw_glyphs)
(x_produce_glyphs, x_insert_glyphs, x_clear_end_of_line)
(erase_phys_cursor, display_and_set_cursor, show_mouse_face)
(define_frame_cursor1, x_draw_vertical_border): Use the rif of the
current frame.
src/xfns.c (Fx_create_frame): Removed rif update hack.
src/xterm.c (frame_highlight, frame_unhighlight): Ditto.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-32
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Fri, 02 Jan 2004 04:22:23 +0000 |
parents | 354a5b33d058 |
children | 55fd4f77387a |
rev | line source |
---|---|
33308 | 1 /* XPM */ |
34675 | 2 static char *magick[] = { |
3 /* columns rows colors chars-per-pixel */ | |
4 "24 24 23 1", | |
5 " c Gray0", | |
6 ". c Gray6", | |
7 "X c Gray9", | |
8 "o c Gray12", | |
9 "O c #2fef2fef2fef", | |
10 "+ c #3fff3fff3fff", | |
11 "@ c #53ee53ee53ee", | |
12 "# c #5fe85fe85fe8", | |
13 "$ c #67e767e767e7", | |
14 "% c #6fff6fff6fff", | |
15 "& c #77ea77ea77ea", | |
16 "* c #7bdb7bdb7bdb", | |
17 "= c Gray50", | |
18 "- c Gray56", | |
19 "; c #9bd69bd69bd6", | |
20 ": c #9fff9fff9fff", | |
21 "> c #a7c7a7c7a7c7", | |
22 ", c Gray70", | |
23 "< c Gray75", | |
24 "1 c Gray81", | |
25 "2 c #dfffdfffdfff", | |
26 "3 c #efffefffefff", | |
27 "4 c Gray100", | |
28 /* pixels */ | |
29 ",><,><,><,><,><,><,><,><", | |
30 ">-<>-<>-<>-<>-<>-<>-<>-<", | |
31 "<<<<<<<<<<<<<<<<<<<<<<<<", | |
32 ",><,><,><,><,><,><,><,><", | |
33 ">-<>-<>-<>-<>-<>-<>-<>-<", | |
34 "<<<<<<<<<<<<;O;<<<<<<<<<", | |
35 ",><,><,><,>< X;,><,><,><", | |
36 ">-<>-<>-<>-&#-<>-<>-<>-<", | |
37 "<<<<<<<<<<<;<<<<<<<<<<<<", | |
38 ",><,><,><,><,><,><,><,><", | |
39 ">-<>-<>-<-O>>-<>-<>-<>-<", | |
40 "<<<<<<<<@@<@<<<<<<<<<<<<", | |
41 ",><<<;*+1<<#;<<,><,><,><", | |
42 ">-<>#&:<==+#&-<>-<>-<>-<", | |
43 "<<@@<3+=<1o <#<<<<<<<<<<", | |
44 ",>O<=+444:+.4=-,><,><,><", | |
45 ">-O=<4444:4::<$>-<>-<>-<", | |
46 "<&;444444444+4+<<<<<<<<<", | |
47 ",#;444444444<=4O<<,><,><", | |
48 ">-O4444444442=2&-<>-<>-<", | |
49 "<<;%444444444=<<#<<<<<<<", | |
50 ",><@2444444444+4=-,><,><", | |
51 ">-<-=444444444::<$>-<>-<", | |
52 "<<<,$1444444444+4+<<<<<<" | |
53 }; |