Mercurial > emacs
view lisp/gnus/exit-gnus.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 |
line wrap: on
line source
/* XPM */ static char *magick[] = { /* columns rows colors chars-per-pixel */ "24 24 46 1", " c Gray0", ". c Gray6", "X c #133313331333", "o c Gray11", "O c Gray12", "+ c Gray15", "@ c #2ff82ff82ff8", "# c Gray20", "$ c #399939993999", "% c #3fff3fff3fff", "& c Gray25", "* c Gray28", "= c #4ccc4ccc4ccc", "- c #53e353e353e3", "; c #565e565e565e", ": c #5b1a5b1a5b1a", "> c #5ff55ff55ff5", ", c #626262626262", "< c Gray40", "1 c #67e767e767e7", "2 c Gray42", "3 c #6ff96ff96ff9", "4 c Gray45", "5 c #77d777d777d7", "6 c #7ccc7ccc7ccc", "7 c Gray50", "8 c Gray56", "9 c #97f797f797f7", "0 c Gray60", "q c #9bd19bd19bd1", "w c #9ff29ff29ff2", "e c #a7cba7cba7cb", "r c Gray67", "t c #afd5afd5afd5", "y c Gray70", "u c Gray75", "i c #c3c3c3c3c3c3", "p c Gray78", "a c #cbcbcbcbcbcb", "s c Gray81", "d c #d7d8d7d8d7d8", "f c #dff2dff2dff2", "g c Gray89", "h c #e7e7e7e7e7e7", "j c #eff8eff8eff8", "k c Gray100", /* pixels */ "kkkkkkkkkufkkkku7skkkkkk", "kkkkkkkkw>%fkkw 7kkkkkkk", "kk3%wkkksu ukk%u7skkkkkk", "kww>>@@uu3f@8 @@7.@Owskk", "kkwf777%>77O> >>%7777wkk", "kkkkkss7j8O.@ 8jujsfjkkk", "kkkjuuwO @> @>@@ujkkkkkk", "kkk>%O77O$ > %f >kkkkkk", "kkk87sj7<=u>@7s8>@%wkkkk", "kkkkkkq==u>>u ukk3u7kkkk", "7uwfuw+=>u u> >fuw7uwwuf", "8twut#>:8q q8* uprwswwtu", "ipuge&,5uq5uau-@uuuuuadu", "psuu>4@uuuuuduu5uuduuuuu", "uugu>4@uuguuuuuuuuauuuuu", "uuuy:>-uuuuuuugguaaugguu", "psu8=+uuuuspuuuuudduuuuu", "ipu8=+uuujfhguuuuuudauuu", "ue82=+8euuuuishspujdgguu", "e@$$+X=;>uu5ttp9sduuuuuu", "&4$8$ 7=4@@5y>qejdjduuuu", ";$4O4444444O@eye5@uuusfd", ">>>>3<>@*<3>@wp9f7uuufsd", "uuujfhgedhfjqpswsiuuuuuu" };