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.190 by sasha, Thu Jul 12 22:33:16 2007 UTC vs.
Revision 1.197 by ayin, Thu Aug 2 15:01:30 2007 UTC

317 if (rs[Rs_depth]) 317 if (rs[Rs_depth])
318 select_visual (strtol (rs[Rs_depth], 0, 0)); 318 select_visual (strtol (rs[Rs_depth], 0, 0));
319#endif 319#endif
320 320
321#ifdef HAVE_AFTERIMAGE 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)); 322 asv = create_asvisual_for_id (dpy, display->screen, depth, XVisualIDFromVisual (visual), cmap, NULL);
324#endif 323#endif
325 free (r_argv); 324 free (r_argv);
326 325
327 for (int i = NUM_RESOURCES; i--; ) 326 for (int i = NUM_RESOURCES; i--; )
328 if (rs [i] == resval_undef) 327 if (rs [i] == resval_undef)
883rxvt_term::create_windows (int argc, const char *const *argv) 882rxvt_term::create_windows (int argc, const char *const *argv)
884{ 883{
885 XClassHint classHint; 884 XClassHint classHint;
886 XWMHints wmHint; 885 XWMHints wmHint;
887#if ENABLE_FRILLS 886#if ENABLE_FRILLS
888 MWMHints mwmhints; 887 MWMHints mwmhints = { };
889#endif 888#endif
890 XGCValues gcvalue; 889 XGCValues gcvalue;
891 XSetWindowAttributes attributes; 890 XSetWindowAttributes attributes;
892 Window top, parent; 891 Window top, parent;
893 892
1039 vt_select_input (); 1038 vt_select_input ();
1040 1039
1041 vt_ev.start (display, vt); 1040 vt_ev.start (display, vt);
1042 1041
1043#ifdef XPM_BACKGROUND 1042#ifdef XPM_BACKGROUND
1044 if (rs[Rs_backgroundPixmap] != NULL 1043 if (rs[Rs_backgroundPixmap] != NULL)
1045#ifndef HAVE_AFTERIMAGE
1046 && !option (Opt_transparent)
1047#endif
1048 )
1049 { 1044 {
1050 const char *p = rs[Rs_backgroundPixmap]; 1045 const char *p = rs[Rs_backgroundPixmap];
1051 1046
1052 if ((p = strchr (p, ';')) != NULL) 1047 if ((p = strchr (p, ';')) != NULL)
1053 { 1048 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines