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

Comparing rxvt-unicode/src/rxvtimg.C (file contents):
Revision 1.110 by root, Tue Sep 17 18:06:37 2019 UTC vs.
Revision 1.111 by root, Tue Sep 17 18:29:02 2019 UTC

398} 398}
399 399
400rxvt_img * 400rxvt_img *
401rxvt_img::new_from_file (rxvt_screen *s, const char *filename) 401rxvt_img::new_from_file (rxvt_screen *s, const char *filename)
402{ 402{
403 GError *err = 0; 403 GError *err;
404 GdkPixbuf *pb = gdk_pixbuf_new_from_file (filename, &err); 404 GdkPixbuf *pb = gdk_pixbuf_new_from_file (filename, &err);
405 405
406 if (!pb) 406 if (!pb)
407 try 407 try
408 { 408 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines