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.187 by root, Mon Jun 18 12:53:26 2007 UTC vs.
Revision 1.191 by root, Tue Jul 24 14:32:47 2007 UTC

1/*----------------------------------------------------------------------* 1 /*----------------------------------------------------------------------*
2 * File: init.C 2 * File: init.C
3 *----------------------------------------------------------------------* 3 *----------------------------------------------------------------------*
4 * 4 *
5 * All portions of code are copyright by their respective author/s. 5 * All portions of code are copyright by their respective author/s.
6 * Copyright (c) 1992 John Bovey, University of Kent at Canterbury <jdb@ukc.ac.uk> 6 * Copyright (c) 1992 John Bovey, University of Kent at Canterbury <jdb@ukc.ac.uk>
183 pix_colors_focused = new rxvt_color [TOTAL_COLORS]; 183 pix_colors_focused = new rxvt_color [TOTAL_COLORS];
184#ifdef OFF_FOCUS_FADING 184#ifdef OFF_FOCUS_FADING
185 pix_colors_unfocused = new rxvt_color [TOTAL_COLORS]; 185 pix_colors_unfocused = new rxvt_color [TOTAL_COLORS];
186#endif 186#endif
187 187
188#if defined(XPM_BACKGROUND) || defined(TRANSPARENT) 188#if defined(XPM_BACKGROUND) || defined(ENABLE_TRANSPARENCY)
189 pixmap = None; 189 pixmap = None;
190#endif 190#endif
191 191
192 MEvent.time = CurrentTime; 192 MEvent.time = CurrentTime;
193 MEvent.button = AnyButton; 193 MEvent.button = AnyButton;
213 last_bot = last_state = -1; 213 last_bot = last_state = -1;
214 214
215 set_option (Opt_scrollBar); 215 set_option (Opt_scrollBar);
216 set_option (Opt_scrollTtyOutput); 216 set_option (Opt_scrollTtyOutput);
217 set_option (Opt_jumpScroll); 217 set_option (Opt_jumpScroll);
218 set_option (Opt_skipScroll);
218 set_option (Opt_secondaryScreen); 219 set_option (Opt_secondaryScreen);
219 set_option (Opt_secondaryScroll); 220 set_option (Opt_secondaryScroll);
220 set_option (Opt_pastableTabs); 221 set_option (Opt_pastableTabs);
221 set_option (Opt_intensityStyles); 222 set_option (Opt_intensityStyles);
222 set_option (Opt_iso14755_52); 223 set_option (Opt_iso14755_52);
315#if XFT 316#if XFT
316 if (rs[Rs_depth]) 317 if (rs[Rs_depth])
317 select_visual (strtol (rs[Rs_depth], 0, 0)); 318 select_visual (strtol (rs[Rs_depth], 0, 0));
318#endif 319#endif
319 320
321#ifdef HAVE_AFTERIMAGE
322 ::dpy = NULL ; /* init global var from libAfter... */
323 asv = AFTERIMAGE_DPY_OP (create_asvisual_for_id (dpy, display->screen, depth, XVisualIDFromVisual (visual), cmap, NULL));
324#endif
320 free (r_argv); 325 free (r_argv);
321 326
322 for (int i = NUM_RESOURCES; i--; ) 327 for (int i = NUM_RESOURCES; i--; )
323 if (rs [i] == resval_undef) 328 if (rs [i] == resval_undef)
324 rs [i] = 0; 329 rs [i] = 0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines