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.201 by ayin, Fri Aug 3 23:32:14 2007 UTC vs.
Revision 1.204 by sasha, Thu Aug 9 22:08:21 2007 UTC

211 bgPixmap.h_align = bgPixmap.v_align = 0; 211 bgPixmap.h_align = bgPixmap.v_align = 0;
212#endif 212#endif
213 bgPixmap.flags = 0; 213 bgPixmap.flags = 0;
214 bgPixmap.pixmap = None; 214 bgPixmap.pixmap = None;
215#endif 215#endif
216
217 last_bot = last_state = -1; 216 last_bot = last_state = -1;
218 217
219 set_option (Opt_scrollBar); 218 set_option (Opt_scrollBar);
220 set_option (Opt_scrollTtyOutput); 219 set_option (Opt_scrollTtyOutput);
221 set_option (Opt_jumpScroll); 220 set_option (Opt_jumpScroll);
324 323
325#ifdef HAVE_AFTERIMAGE 324#ifdef HAVE_AFTERIMAGE
326 asv = create_asvisual_for_id (dpy, display->screen, depth, XVisualIDFromVisual (visual), cmap, NULL); 325 asv = create_asvisual_for_id (dpy, display->screen, depth, XVisualIDFromVisual (visual), cmap, NULL);
327#endif 326#endif
328 free (r_argv); 327 free (r_argv);
328
329 bgPixmap.set_target (this);
329 330
330 for (int i = NUM_RESOURCES; i--; ) 331 for (int i = NUM_RESOURCES; i--; )
331 if (rs [i] == resval_undef) 332 if (rs [i] == resval_undef)
332 rs [i] = 0; 333 rs [i] = 0;
333 334
1051 if ((p = strchr (p, ';')) != NULL) 1052 if ((p = strchr (p, ';')) != NULL)
1052 { 1053 {
1053 p++; 1054 p++;
1054 bgPixmap.handle_geometry (p); 1055 bgPixmap.handle_geometry (p);
1055 } 1056 }
1057 else
1058 bgPixmap.set_defaultGeometry ();
1056 1059
1057 set_bgPixmap (rs[Rs_backgroundPixmap]); 1060 set_bgPixmap (rs[Rs_backgroundPixmap]);
1058 scr_touch (true); 1061 scr_touch (true);
1059 } 1062 }
1060#endif 1063#endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines