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.319 by ayin, Thu Nov 15 11:36:15 2007 UTC vs.
Revision 1.322 by ayin, Thu Nov 22 15:07:10 2007 UTC

1011 stringvec *argv, *envv; /* if != 0, will be freed at destroy time */ 1011 stringvec *argv, *envv; /* if != 0, will be freed at destroy time */
1012 1012
1013#ifdef KEYSYM_RESOURCE 1013#ifdef KEYSYM_RESOURCE
1014 keyboard_manager *keyboard; 1014 keyboard_manager *keyboard;
1015#endif 1015#endif
1016#ifndef NO_RESOURCES
1017 XrmDatabase option_db;
1018#endif
1016 1019
1017 const char *rs[NUM_RESOURCES]; 1020 const char *rs[NUM_RESOURCES];
1018 /* command input buffering */ 1021 /* command input buffering */
1019 char *cmdbuf_ptr, *cmdbuf_endp; 1022 char *cmdbuf_ptr, *cmdbuf_endp;
1020 char cmdbuf_base[CBUFSIZ]; 1023 char cmdbuf_base[CBUFSIZ];
1048 void rootwin_cb (XEvent &xev); 1051 void rootwin_cb (XEvent &xev);
1049 xevent_watcher rootwin_ev; 1052 xevent_watcher rootwin_ev;
1050#endif 1053#endif
1051#ifdef HAVE_BG_PIXMAP 1054#ifdef HAVE_BG_PIXMAP
1052 int update_background (); 1055 int update_background ();
1056#if TRACE_PIXMAPS
1057 int trace_update_background (const char* file, int line);
1058# define update_background() trace_update_background (__FILE__, __LINE__)
1059#endif
1053 void update_background_cb (ev::timer &w, int revents); 1060 void update_background_cb (ev::timer &w, int revents);
1054 ev::timer update_background_ev; 1061 ev::timer update_background_ev;
1055#endif 1062#endif
1056 1063
1057 void x_cb (XEvent &xev); 1064 void x_cb (XEvent &xev);
1061 xevent_watcher scrollbar_ev; 1068 xevent_watcher scrollbar_ev;
1062#endif 1069#endif
1063 1070
1064 void child_cb (ev::child &w, int revents); ev::child child_ev; 1071 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; 1072 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; 1073 void destroy_cb (ev::idle &w, int revents); ev::idle destroy_ev;
1067 void flush (); 1074 void flush ();
1068 void flush_cb (ev::timer &w, int revents); ev::timer flush_ev; 1075 void flush_cb (ev::timer &w, int revents); ev::timer flush_ev;
1069 bool pty_fill (); 1076 bool pty_fill ();
1070 void pty_cb (ev::io &w, int revents); ev::io pty_ev; 1077 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; 1078 void incr_cb (ev::timer &w, int revents) NOTHROW; ev::timer incr_ev;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines