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

Comparing cvsroot/rxvt-unicode/src/rxvt.h (file contents):
Revision 1.366 by root, Fri Oct 10 00:11:44 2008 UTC vs.
Revision 1.367 by root, Wed Oct 15 14:48:22 2008 UTC

943 943
944 unsigned char want_refresh:1, 944 unsigned char want_refresh:1,
945 current_screen:1, /* primary or secondary */ 945 current_screen:1, /* primary or secondary */
946 num_scr_allow:1, 946 num_scr_allow:1,
947 bypass_keystate:1, 947 bypass_keystate:1,
948#ifdef ENABLE_FRILLS
949 urgency_hint:1,
950#endif
948#ifdef CURSOR_BLINK 951#ifdef CURSOR_BLINK
949 hidden_cursor:1, 952 hidden_cursor:1,
950#endif 953#endif
951#ifdef TEXT_BLINK 954#ifdef TEXT_BLINK
952 hidden_text:1, 955 hidden_text:1,
1195 void mouse_report (XButtonEvent &ev); 1198 void mouse_report (XButtonEvent &ev);
1196 void button_press (XButtonEvent &ev); 1199 void button_press (XButtonEvent &ev);
1197 void button_release (XButtonEvent &ev); 1200 void button_release (XButtonEvent &ev);
1198 void focus_in (); 1201 void focus_in ();
1199 void focus_out (); 1202 void focus_out ();
1203 void set_urgency (bool enable);
1200 void update_fade_color (unsigned int idx); 1204 void update_fade_color (unsigned int idx);
1201#ifdef PRINTPIPE 1205#ifdef PRINTPIPE
1202 FILE *popen_printer (); 1206 FILE *popen_printer ();
1203 int pclose_printer (FILE *stream); 1207 int pclose_printer (FILE *stream);
1204#endif 1208#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines