--- rxvt-unicode/src/rxvt.h 2013/01/13 22:30:47 1.518 +++ rxvt-unicode/src/rxvt.h 2013/02/16 17:26:53 1.521 @@ -1200,8 +1200,6 @@ void render_root_image (); # endif - void tint_image (rxvt_img *img, rxvt_color &tint, bool tint_set, int shade); - ev_tstamp bg_valid_since; bool bg_window_size_sensitive (); @@ -1487,6 +1485,7 @@ void scr_blank_line (line_t &l, unsigned int col, unsigned int width, rend_t efs) const NOTHROW; void scr_blank_screen_mem (line_t &l, rend_t efs) const NOTHROW; void scr_kill_char (line_t &l, int col) const NOTHROW; + void scr_set_char_rend (line_t &l, int col, rend_t rend); int scr_scroll_text (int row1, int row2, int count) NOTHROW; void copy_line (line_t &dst, line_t &src); void scr_reset (); @@ -1547,6 +1546,7 @@ void scr_dump (int fd) NOTHROW; void selection_check (int check_more) NOTHROW; + void selection_changed () NOTHROW; /* sets want_refresh, corrects coordinates */ void selection_request (Time tm, int selnum = Sel_Primary) NOTHROW; void selection_clear (bool clipboard = false) NOTHROW; void selection_make (Time tm);