ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/init.C
(Generate patch)

Comparing rxvt-unicode/src/init.C (file contents):
Revision 1.230 by root, Fri Dec 14 05:25:24 2007 UTC vs.
Revision 1.232 by sasha, Tue Dec 18 15:44:55 2007 UTC

297 nrow = 24; 297 nrow = 24;
298 int_bwidth = INTERNALBORDERWIDTH; 298 int_bwidth = INTERNALBORDERWIDTH;
299 ext_bwidth = EXTERNALBORDERWIDTH; 299 ext_bwidth = EXTERNALBORDERWIDTH;
300 lineSpace = LINESPACE; 300 lineSpace = LINESPACE;
301 saveLines = SAVELINES; 301 saveLines = SAVELINES;
302 numpix_colors = TOTAL_COLORS;
303 302
304 refresh_type = SLOW_REFRESH; 303 refresh_type = SLOW_REFRESH;
305 304
306 oldcursor.row = oldcursor.col = -1; 305 oldcursor.row = oldcursor.col = -1;
307 last_bot = last_state = -1; 306 last_bot = last_state = -1;
413 if (rs[Rs_depth]) 412 if (rs[Rs_depth])
414 select_visual (strtol (rs[Rs_depth], 0, 0)); 413 select_visual (strtol (rs[Rs_depth], 0, 0));
415#endif 414#endif
416 415
417#ifdef HAVE_AFTERIMAGE 416#ifdef HAVE_AFTERIMAGE
417 set_application_name ((char*)rs[Rs_name]);
418 set_output_threshold (OUTPUT_LEVEL_WARNING);
418 asv = create_asvisual_for_id (dpy, display->screen, depth, XVisualIDFromVisual (visual), cmap, NULL); 419 asv = create_asvisual_for_id (dpy, display->screen, depth, XVisualIDFromVisual (visual), cmap, NULL);
419#endif 420#endif
420 free (r_argv); 421 free (r_argv);
421 422
422 for (int i = NUM_RESOURCES; i--; ) 423 for (int i = NUM_RESOURCES; i--; )

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines