ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvt.h
(Generate patch)

Comparing rxvt-unicode/src/rxvt.h (file contents):
Revision 1.518 by sf-exg, Sun Jan 13 22:30:47 2013 UTC vs.
Revision 1.521 by root, Sat Feb 16 17:26:53 2013 UTC

1197 rxvt_img *root_img; 1197 rxvt_img *root_img;
1198 image_effects root_effects; 1198 image_effects root_effects;
1199 1199
1200 void render_root_image (); 1200 void render_root_image ();
1201# endif 1201# endif
1202
1203 void tint_image (rxvt_img *img, rxvt_color &tint, bool tint_set, int shade);
1204 1202
1205 ev_tstamp bg_valid_since; 1203 ev_tstamp bg_valid_since;
1206 1204
1207 bool bg_window_size_sensitive (); 1205 bool bg_window_size_sensitive ();
1208 bool bg_window_position_sensitive (); 1206 bool bg_window_position_sensitive ();
1485 void paste (char *data, unsigned int len) NOTHROW; 1483 void paste (char *data, unsigned int len) NOTHROW;
1486 void scr_alloc () NOTHROW; 1484 void scr_alloc () NOTHROW;
1487 void scr_blank_line (line_t &l, unsigned int col, unsigned int width, rend_t efs) const NOTHROW; 1485 void scr_blank_line (line_t &l, unsigned int col, unsigned int width, rend_t efs) const NOTHROW;
1488 void scr_blank_screen_mem (line_t &l, rend_t efs) const NOTHROW; 1486 void scr_blank_screen_mem (line_t &l, rend_t efs) const NOTHROW;
1489 void scr_kill_char (line_t &l, int col) const NOTHROW; 1487 void scr_kill_char (line_t &l, int col) const NOTHROW;
1488 void scr_set_char_rend (line_t &l, int col, rend_t rend);
1490 int scr_scroll_text (int row1, int row2, int count) NOTHROW; 1489 int scr_scroll_text (int row1, int row2, int count) NOTHROW;
1491 void copy_line (line_t &dst, line_t &src); 1490 void copy_line (line_t &dst, line_t &src);
1492 void scr_reset (); 1491 void scr_reset ();
1493 void scr_release () NOTHROW; 1492 void scr_release () NOTHROW;
1494 void scr_clear (bool really = false) NOTHROW; 1493 void scr_clear (bool really = false) NOTHROW;
1545 void scr_xor_span (int beg_row, int beg_col, int end_row, int end_col, rend_t rstyle) NOTHROW; 1544 void scr_xor_span (int beg_row, int beg_col, int end_row, int end_col, rend_t rstyle) NOTHROW;
1546 void scr_reverse_selection () NOTHROW; 1545 void scr_reverse_selection () NOTHROW;
1547 void scr_dump (int fd) NOTHROW; 1546 void scr_dump (int fd) NOTHROW;
1548 1547
1549 void selection_check (int check_more) NOTHROW; 1548 void selection_check (int check_more) NOTHROW;
1549 void selection_changed () NOTHROW; /* sets want_refresh, corrects coordinates */
1550 void selection_request (Time tm, int selnum = Sel_Primary) NOTHROW; 1550 void selection_request (Time tm, int selnum = Sel_Primary) NOTHROW;
1551 void selection_clear (bool clipboard = false) NOTHROW; 1551 void selection_clear (bool clipboard = false) NOTHROW;
1552 void selection_make (Time tm); 1552 void selection_make (Time tm);
1553 bool selection_grab (Time tm, bool clipboard = false) NOTHROW; 1553 bool selection_grab (Time tm, bool clipboard = false) NOTHROW;
1554 void selection_start_colrow (int col, int row) NOTHROW; 1554 void selection_start_colrow (int col, int row) NOTHROW;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines