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.205 by root, Mon Jan 16 06:37:52 2006 UTC vs.
Revision 1.206 by root, Mon Jan 16 08:29:57 2006 UTC

1284 bool init (int argc, const char *const *argv); 1284 bool init (int argc, const char *const *argv);
1285 bool init_vars (); 1285 bool init_vars ();
1286 1286
1287 bool pty_fill (); 1287 bool pty_fill ();
1288 1288
1289 void make_current () const; // make this the "currently active" urxvt instance 1289 void make_current () const // make this the "currently active" urxvt instance
1290 {
1291 SET_R (this);
1292 rxvt_set_locale (locale);
1293 set_environ (envv);
1294 }
1290 1295
1291 void init_secondary (); 1296 void init_secondary ();
1292 const char **init_resources (int argc, const char *const *argv); 1297 const char **init_resources (int argc, const char *const *argv);
1293 const char *x_resource (const char *name); 1298 const char *x_resource (const char *name);
1294 void init_env (); 1299 void init_env ();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines