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.515 by sf-exg, Sun Dec 30 15:52:37 2012 UTC vs.
Revision 1.522 by sf-exg, Tue Mar 26 14:16:46 2013 UTC

1188 void bg_init (); 1188 void bg_init ();
1189 void bg_destroy (); 1189 void bg_destroy ();
1190 1190
1191# if BG_IMAGE_FROM_FILE 1191# if BG_IMAGE_FROM_FILE
1192 rxvt_image fimage; 1192 rxvt_image fimage;
1193 void get_image_geometry (rxvt_image &image, int &w, int &h, int &x, int &y);
1194 bool render_image (rxvt_image &image); 1193 void render_image (rxvt_image &image);
1195# endif 1194# endif
1196 1195
1197# if BG_IMAGE_FROM_ROOT 1196# if BG_IMAGE_FROM_ROOT
1198 rxvt_img *root_img; 1197 rxvt_img *root_img;
1199 image_effects root_effects; 1198 image_effects root_effects;
1200 1199
1201 void bg_set_root_pixmap ();
1202 bool render_root_image (); 1200 void render_root_image ();
1203# endif 1201# endif
1204
1205 void tint_image (rxvt_img *img, rxvt_color &tint, bool tint_set, int shade);
1206 1202
1207 ev_tstamp bg_valid_since; 1203 ev_tstamp bg_valid_since;
1208 1204
1209 bool bg_window_size_sensitive (); 1205 bool bg_window_size_sensitive ();
1210 bool bg_window_position_sensitive (); 1206 bool bg_window_position_sensitive ();
1404 void process_color_seq (int report, int color, const char *str, char resp); 1400 void process_color_seq (int report, int color, const char *str, char resp);
1405 void process_xterm_seq (int op, char *str, char resp); 1401 void process_xterm_seq (int op, char *str, char resp);
1406 int privcases (int mode, unsigned long bit); 1402 int privcases (int mode, unsigned long bit);
1407 void process_terminal_mode (int mode, int priv, unsigned int nargs, const int *arg); 1403 void process_terminal_mode (int mode, int priv, unsigned int nargs, const int *arg);
1408 void process_sgr_mode (unsigned int nargs, const int *arg); 1404 void process_sgr_mode (unsigned int nargs, const int *arg);
1405 void set_cursor_style (int style);
1409 // init.C 1406 // init.C
1410 void init (stringvec *argv, stringvec *envv); 1407 void init (stringvec *argv, stringvec *envv);
1411 void init (int argc, const char *const *argv, const char *const *envv); 1408 void init (int argc, const char *const *argv, const char *const *envv);
1412 void init2 (int argc, const char *const *argv); 1409 void init2 (int argc, const char *const *argv);
1413 void init_vars (); 1410 void init_vars ();
1487 void paste (char *data, unsigned int len) NOTHROW; 1484 void paste (char *data, unsigned int len) NOTHROW;
1488 void scr_alloc () NOTHROW; 1485 void scr_alloc () NOTHROW;
1489 void scr_blank_line (line_t &l, unsigned int col, unsigned int width, rend_t efs) const NOTHROW; 1486 void scr_blank_line (line_t &l, unsigned int col, unsigned int width, rend_t efs) const NOTHROW;
1490 void scr_blank_screen_mem (line_t &l, rend_t efs) const NOTHROW; 1487 void scr_blank_screen_mem (line_t &l, rend_t efs) const NOTHROW;
1491 void scr_kill_char (line_t &l, int col) const NOTHROW; 1488 void scr_kill_char (line_t &l, int col) const NOTHROW;
1489 void scr_set_char_rend (line_t &l, int col, rend_t rend);
1492 int scr_scroll_text (int row1, int row2, int count) NOTHROW; 1490 int scr_scroll_text (int row1, int row2, int count) NOTHROW;
1491 void copy_line (line_t &dst, line_t &src);
1493 void scr_reset (); 1492 void scr_reset ();
1494 void scr_release () NOTHROW; 1493 void scr_release () NOTHROW;
1495 void scr_clear (bool really = false) NOTHROW; 1494 void scr_clear (bool really = false) NOTHROW;
1496 void scr_refresh () NOTHROW; 1495 void scr_refresh () NOTHROW;
1497 bool scr_refresh_rend (rend_t mask, rend_t value) NOTHROW; 1496 bool scr_refresh_rend (rend_t mask, rend_t value) NOTHROW;
1546 void scr_xor_span (int beg_row, int beg_col, int end_row, int end_col, rend_t rstyle) NOTHROW; 1545 void scr_xor_span (int beg_row, int beg_col, int end_row, int end_col, rend_t rstyle) NOTHROW;
1547 void scr_reverse_selection () NOTHROW; 1546 void scr_reverse_selection () NOTHROW;
1548 void scr_dump (int fd) NOTHROW; 1547 void scr_dump (int fd) NOTHROW;
1549 1548
1550 void selection_check (int check_more) NOTHROW; 1549 void selection_check (int check_more) NOTHROW;
1550 void selection_changed () NOTHROW; /* sets want_refresh, corrects coordinates */
1551 void selection_request (Time tm, int selnum = Sel_Primary) NOTHROW; 1551 void selection_request (Time tm, int selnum = Sel_Primary) NOTHROW;
1552 void selection_clear (bool clipboard = false) NOTHROW; 1552 void selection_clear (bool clipboard = false) NOTHROW;
1553 void selection_make (Time tm); 1553 void selection_make (Time tm);
1554 bool selection_grab (Time tm, bool clipboard = false) NOTHROW; 1554 bool selection_grab (Time tm, bool clipboard = false) NOTHROW;
1555 void selection_start_colrow (int col, int row) NOTHROW; 1555 void selection_start_colrow (int col, int row) NOTHROW;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines