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.88 by root, Sun Aug 8 14:44:21 2004 UTC vs.
Revision 1.91 by root, Fri Aug 13 18:38:23 2004 UTC

185#define menuBar_esc 10 185#define menuBar_esc 10
186#define scrollBar_esc 30 186#define scrollBar_esc 30
187#define menuBar_margin 2 /* margin below text */ 187#define menuBar_margin 2 /* margin below text */
188 188
189#if defined(RXVT_SCROLLBAR) || defined(NEXT_SCROLLBAR) || defined(XTERM_SCROLLBAR) || defined(PLAIN_SCROLLBAR) 189#if defined(RXVT_SCROLLBAR) || defined(NEXT_SCROLLBAR) || defined(XTERM_SCROLLBAR) || defined(PLAIN_SCROLLBAR)
190# define HAVE_SCROLLBARS 190# define HAVE_SCROLLBARS 1
191#endif 191#endif
192 192
193/* width of scrollBar, menuBar shadow, must be 1 or 2 */ 193/* width of scrollBar, menuBar shadow, must be 1 or 2 */
194#ifdef HALFSHADOW 194#ifdef HALFSHADOW
195# define SHADOW 1 195# define SHADOW 1
1148 rxvt_salloc *talloc; // text line allocator 1148 rxvt_salloc *talloc; // text line allocator
1149 rxvt_salloc *ralloc; // rend line allocator 1149 rxvt_salloc *ralloc; // rend line allocator
1150 1150
1151 static vector<rxvt_term *> termlist; // a vector of all running rxvt_term's 1151 static vector<rxvt_term *> termlist; // a vector of all running rxvt_term's
1152 1152
1153#ifndef NO_FRILLS
1154 // ISO 14755 entry support
1155 unicode_t iso14755buf;
1156 void commit_iso14755 ();
1157 int hex_keyval (XKeyEvent &ev);
1158#endif
1159
1153 void paste (const unsigned char *data, unsigned int len); 1160 void paste (const unsigned char *data, unsigned int len);
1154 1161
1155 void flush (); 1162 void flush ();
1156 1163
1164#if TRANSPARENT
1157 void rootwin_cb (XEvent &xev); 1165 void rootwin_cb (XEvent &xev);
1158 xevent_watcher rootwin_ev; 1166 xevent_watcher rootwin_ev;
1167#endif
1159 1168
1160 void x_cb (XEvent &xev); 1169 void x_cb (XEvent &xev);
1161 xevent_watcher termwin_ev; 1170 xevent_watcher termwin_ev;
1162 xevent_watcher vt_ev; 1171 xevent_watcher vt_ev;
1163#ifdef HAVE_SCROLLBARS 1172#ifdef HAVE_SCROLLBARS
1219 const char **init_resources (int argc, const char *const *argv); 1228 const char **init_resources (int argc, const char *const *argv);
1220 void init_env (); 1229 void init_env ();
1221 void set_locale (const char *locale); 1230 void set_locale (const char *locale);
1222 void init_xlocale (); 1231 void init_xlocale ();
1223 void init_command (const char *const *argv); 1232 void init_command (const char *const *argv);
1224 int run_command (const char *const *argv); 1233 void run_command (const char *const *argv);
1225 int run_child (const char *const *argv); 1234 int run_child (const char *const *argv);
1226 static void child_exited (int pid); 1235 static void child_exited (int pid);
1227 1236
1228 void color_aliases (int idx); 1237 void color_aliases (int idx);
1229 void recolour_cursor (); 1238 void recolour_cursor ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines