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.318 by root, Sun Nov 11 04:08:00 2007 UTC vs.
Revision 1.321 by root, Sun Nov 18 02:45:26 2007 UTC

1048 void rootwin_cb (XEvent &xev); 1048 void rootwin_cb (XEvent &xev);
1049 xevent_watcher rootwin_ev; 1049 xevent_watcher rootwin_ev;
1050#endif 1050#endif
1051#ifdef HAVE_BG_PIXMAP 1051#ifdef HAVE_BG_PIXMAP
1052 int update_background (); 1052 int update_background ();
1053#if TRACE_PIXMAPS
1054 int trace_update_background (const char* file, int line);
1055# define update_background() trace_update_background (__FILE__, __LINE__)
1056#endif
1053 void update_background_cb (ev::timer &w, int revents); 1057 void update_background_cb (ev::timer &w, int revents);
1054 ev::timer update_background_ev; 1058 ev::timer update_background_ev;
1055#endif 1059#endif
1056 1060
1057 void x_cb (XEvent &xev); 1061 void x_cb (XEvent &xev);
1061 xevent_watcher scrollbar_ev; 1065 xevent_watcher scrollbar_ev;
1062#endif 1066#endif
1063 1067
1064 void child_cb (ev::child &w, int revents); ev::child child_ev; 1068 void child_cb (ev::child &w, int revents); ev::child child_ev;
1065 void prepare_cb (ev::prepare &w, int revents); ev::prepare prepare_ev; 1069 void prepare_cb (ev::prepare &w, int revents); ev::prepare prepare_ev;
1066 void destroy_cb (ev::check &w, int revents); ev::check destroy_ev; 1070 void destroy_cb (ev::idle &w, int revents); ev::idle destroy_ev;
1067 void flush (); 1071 void flush ();
1068 void flush_cb (ev::timer &w, int revents); ev::timer flush_ev; 1072 void flush_cb (ev::timer &w, int revents); ev::timer flush_ev;
1069 bool pty_fill (); 1073 bool pty_fill ();
1070 void pty_cb (ev::io &w, int revents); ev::io pty_ev; 1074 void pty_cb (ev::io &w, int revents); ev::io pty_ev;
1071 void incr_cb (ev::timer &w, int revents) NOTHROW; ev::timer incr_ev; 1075 void incr_cb (ev::timer &w, int revents) NOTHROW; ev::timer incr_ev;
1396 int parse_keysym (const char *str, const char *arg); 1400 int parse_keysym (const char *str, const char *arg);
1397 const char *x_resource (const char *name); 1401 const char *x_resource (const char *name);
1398 void extract_resources (); 1402 void extract_resources ();
1399}; 1403};
1400 1404
1401#endif /* _RXVT_H_ */ 1405#endif /* _RXVT_H_ */
1402 1406

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines