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.373 by root, Wed Nov 5 15:44:04 2008 UTC vs.
Revision 1.374 by root, Wed Nov 12 02:37:58 2008 UTC

975 975
976 unsigned char want_refresh:1, 976 unsigned char want_refresh:1,
977 current_screen:1, /* primary or secondary */ 977 current_screen:1, /* primary or secondary */
978 num_scr_allow:1, 978 num_scr_allow:1,
979 bypass_keystate:1, 979 bypass_keystate:1,
980#ifdef ENABLE_FRILLS 980#if ENABLE_FRILLS
981 urgency_hint:1, 981 urgency_hint:1,
982#endif 982#endif
983#ifdef CURSOR_BLINK 983#if CURSOR_BLINK
984 hidden_cursor:1, 984 hidden_cursor:1,
985#endif 985#endif
986#ifdef TEXT_BLINK 986#if TEXT_BLINK
987 hidden_text:1, 987 hidden_text:1,
988#endif 988#endif
989#ifdef POINTER_BLANK 989#if POINTER_BLANK
990 hidden_pointer:1, 990 hidden_pointer:1,
991#endif 991#endif
992 enc_utf8:1, /* wether locale uses utf-8 */ 992 enc_utf8:1, /* wether locale uses utf-8 */
993 seen_input:1, /* wether we have seen some program output yet */ 993 seen_input:1, /* wether we have seen some program output yet */
994 seen_resize:1, /* wether we had a resize event */ 994 seen_resize:1, /* wether we had a resize event */
1234 void mouse_report (XButtonEvent &ev); 1234 void mouse_report (XButtonEvent &ev);
1235 void button_press (XButtonEvent &ev); 1235 void button_press (XButtonEvent &ev);
1236 void button_release (XButtonEvent &ev); 1236 void button_release (XButtonEvent &ev);
1237 void focus_in (); 1237 void focus_in ();
1238 void focus_out (); 1238 void focus_out ();
1239#if ENABLE_FRILLS
1239 void set_urgency (bool enable); 1240 void set_urgency (bool enable);
1241#else
1242 void set_urgency (bool enable) { }
1243#endif
1240 void update_fade_color (unsigned int idx); 1244 void update_fade_color (unsigned int idx);
1241#ifdef PRINTPIPE 1245#ifdef PRINTPIPE
1242 FILE *popen_printer (); 1246 FILE *popen_printer ();
1243 int pclose_printer (FILE *stream); 1247 int pclose_printer (FILE *stream);
1244#endif 1248#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines