]> git.eshelyaron.com Git - emacs.git/commit
Use FRAME_X_DRAWABLE instead of FRAME_X_WINDOW
authorGerd Moellmann <gerd@gnu.org>
Mon, 21 May 2001 15:22:50 +0000 (15:22 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 21 May 2001 15:22:50 +0000 (15:22 +0000)
commit74f3d7f6789fcad78b2d31bfc4fd5d41764b1ed8
treead0c945841816ad5924edbcb4cfc306c385948f4
parent1be9232622e25cec6e6ddf6551603f2cf3f58ca2
Use FRAME_X_DRAWABLE instead of FRAME_X_WINDOW
when drawing.
(x_update_begin) [HAVE_DBE]: Call dbe_reset_region.
(x_update_end) [HAVE_DBE]: Call dbe_show.
(x_draw_glyph_string) [HAVE_DBE]: Call dbe_record_region.
(x_clear_area): Take a pointer to a frame as parameter instead
of a Display and a Window.  Clear a back-buffer, if any.
(x_scroll_run) [HAVE_DBE]: Call dbe_record_region.
(expose_frame) [HAVE_DBE]: Call dbe_show.
(note_mouse_highlight) [HAVE_DBE]: Call dbe_show.
(x_draw_bar_cursor) [HAVE_DBE]: Call dbe_record_region.
(x_term_init) [HAVE_DBE]: Call init_dbe.
src/xterm.c