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

Comparing rxvt-unicode/src/xpm.C (file contents):
Revision 1.17 by root, Sun Aug 15 22:09:24 2004 UTC vs.
Revision 1.19 by root, Mon Aug 23 18:48:03 2004 UTC

350 if (bgPixmap.pixmap != None) 350 if (bgPixmap.pixmap != None)
351 { 351 {
352 XFreePixmap (display->display, bgPixmap.pixmap); 352 XFreePixmap (display->display, bgPixmap.pixmap);
353 bgPixmap.pixmap = None; 353 bgPixmap.pixmap = None;
354 } 354 }
355
355 XSetWindowBackground (display->display, TermWin.vt, pix_colors[Color_bg]); 356 XSetWindowBackground (display->display, TermWin.vt, pix_colors[Color_bg]);
356 357
357 if (*file != '\0') 358 if (*file != '\0')
358 { 359 {
359 /* XWindowAttributes attr; */ 360 /* XWindowAttributes attr; */
381 382
382 /* semi-colon delimited */ 383 /* semi-colon delimited */
383 if ((p = strchr (file, ';')) == NULL) 384 if ((p = strchr (file, ';')) == NULL)
384 p = strchr (file, '\0'); 385 p = strchr (file, '\0');
385 386
386 rxvt_warn ("couldn't load XPM file \"%.*s\", ignoring.", (p - file), file); 387 rxvt_warn ("couldn't load XPM file \"%.*s\", ignoring.\n", (p - file), file);
387 } 388 }
388 389
389 free (f); 390 free (f);
390 } 391 }
391 392

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines