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.24 by pcg, Thu Jan 29 21:35:58 2004 UTC vs.
Revision 1.25 by pcg, Thu Jan 29 23:26:01 2004 UTC

804#ifdef MENUBAR 804#ifdef MENUBAR
805# include "menubar.h" 805# include "menubar.h"
806#endif 806#endif
807 807
808#define BLINK_INTERVAL 0.5 808#define BLINK_INTERVAL 0.5
809#define TEXT_BLINK_INTERVAL 0.5
809 810
810struct mbstate { 811struct mbstate {
811 mbstate_t mbs; 812 mbstate_t mbs;
812 813
813 mbstate () 814 mbstate ()
1068 void x_cb (io_watcher &w, short revents); io_watcher x_ev; 1069 void x_cb (io_watcher &w, short revents); io_watcher x_ev;
1069 1070
1070 void incr_cb (time_watcher &w); time_watcher incr_ev; 1071 void incr_cb (time_watcher &w); time_watcher incr_ev;
1071 1072
1072#ifdef CURSOR_BLINK 1073#ifdef CURSOR_BLINK
1074 void cursor_blink_cb (time_watcher &w); time_watcher cursor_blink_ev;
1075#endif
1076#ifdef TEXT_BLINK
1073 void blink_cb (time_watcher &w); time_watcher blink_ev; 1077 void text_blink_cb (time_watcher &w); time_watcher text_blink_ev;
1074#endif 1078#endif
1075 1079
1076#ifdef POINTER_BLANK 1080#ifdef POINTER_BLANK
1077 void pointer_cb (time_watcher &w); time_watcher pointer_ev; 1081 void pointer_cb (time_watcher &w); time_watcher pointer_ev;
1078 void pointer_blank (); 1082 void pointer_blank ();
1136 void scr_reset (); 1140 void scr_reset ();
1137 void scr_reset_realloc (); 1141 void scr_reset_realloc ();
1138 void scr_release (); 1142 void scr_release ();
1139 void scr_clear (); 1143 void scr_clear ();
1140 void scr_refresh (unsigned char refresh_type); 1144 void scr_refresh (unsigned char refresh_type);
1145 bool scr_refresh_rend (rend_t mask, rend_t value);
1141 void scr_erase_screen (int mode); 1146 void scr_erase_screen (int mode);
1142 void scr_touch (bool refresh); 1147 void scr_touch (bool refresh);
1143 void scr_expose (int x, int y, int width, int height, bool refresh); 1148 void scr_expose (int x, int y, int width, int height, bool refresh);
1144}; 1149};
1145 1150

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines