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.203 by sasha, Wed Aug 8 22:39:49 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 bgPixmap.set_target (this);
217
218 last_bot = last_state = -1; 216 last_bot = last_state = -1;
219 217
220 set_option (Opt_scrollBar); 218 set_option (Opt_scrollBar);
221 set_option (Opt_scrollTtyOutput); 219 set_option (Opt_scrollTtyOutput);
222 set_option (Opt_jumpScroll); 220 set_option (Opt_jumpScroll);
325 323
326#ifdef HAVE_AFTERIMAGE 324#ifdef HAVE_AFTERIMAGE
327 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);
328#endif 326#endif
329 free (r_argv); 327 free (r_argv);
328
329 bgPixmap.set_target (this);
330 330
331 for (int i = NUM_RESOURCES; i--; ) 331 for (int i = NUM_RESOURCES; i--; )
332 if (rs [i] == resval_undef) 332 if (rs [i] == resval_undef)
333 rs [i] = 0; 333 rs [i] = 0;
334 334

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines