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

Comparing rxvt-unicode/src/background.C (file contents):
Revision 1.166 by sf-exg, Mon Aug 15 11:01:54 2011 UTC vs.
Revision 1.171 by sf-exg, Sun Aug 21 14:38:39 2011 UTC

383 } 383 }
384 384
385 if ((tr_flags & BG_NEEDS_BLUR) && background != NULL) 385 if ((tr_flags & BG_NEEDS_BLUR) && background != NULL)
386 { 386 {
387 ASImage *tmp = blur_asimage_gauss (asv, background, h_blurRadius, v_blurRadius, 0xFFFFFFFF, 387 ASImage *tmp = blur_asimage_gauss (asv, background, h_blurRadius, v_blurRadius, 0xFFFFFFFF,
388 (original_asim == NULL || tint == TINT_LEAVE_SAME) ? ASA_XImage : ASA_ASImage, 388 ASA_XImage,
389 100, ASIMAGE_QUALITY_DEFAULT); 389 100, ASIMAGE_QUALITY_DEFAULT);
390 if (tmp) 390 if (tmp)
391 { 391 {
392 destroy_asimage (&background); 392 destroy_asimage (&background);
393 background = tmp; 393 background = tmp;
442 if ((w != original_asim->width) 442 if ((w != original_asim->width)
443 || (h != original_asim->height)) 443 || (h != original_asim->height))
444 { 444 {
445 result = scale_asimage (asv, original_asim, 445 result = scale_asimage (asv, original_asim,
446 w, h, 446 w, h,
447 background ? ASA_ASImage : ASA_XImage, 447 ASA_XImage,
448 100, ASIMAGE_QUALITY_DEFAULT); 448 100, ASIMAGE_QUALITY_DEFAULT);
449 } 449 }
450 450
451 if (background == NULL) 451 if (background == NULL)
452 { 452 {
848rxvt_term::bg_set_file (const char *file) 848rxvt_term::bg_set_file (const char *file)
849{ 849{
850 if (!file || !*file) 850 if (!file || !*file)
851 return false; 851 return false;
852 852
853 bool ret = false;
853 if (const char *p = strchr (file, ';')) 854 const char *p = strchr (file, ';');
855
856 if (p)
854 { 857 {
855 size_t len = p - file; 858 size_t len = p - file;
856 char *f = rxvt_temp_buf<char> (len + 1); 859 char *f = rxvt_temp_buf<char> (len + 1);
857 memcpy (f, file, len); 860 memcpy (f, file, len);
858 f[len] = '\0'; 861 f[len] = '\0';
867 { 870 {
868 if (original_asim) 871 if (original_asim)
869 safe_asimage_destroy (original_asim); 872 safe_asimage_destroy (original_asim);
870 original_asim = image; 873 original_asim = image;
871 bg_flags |= BG_IS_FROM_FILE | BG_CLIENT_RENDER; 874 bg_flags |= BG_IS_FROM_FILE | BG_CLIENT_RENDER;
872 return true; 875 ret = true;
873 } 876 }
874# endif 877# endif
875 878
876# ifdef HAVE_PIXBUF 879# ifdef HAVE_PIXBUF
877 GdkPixbuf *image = gdk_pixbuf_new_from_file (file, NULL); 880 GdkPixbuf *image = gdk_pixbuf_new_from_file (file, NULL);
879 { 882 {
880 if (pixbuf) 883 if (pixbuf)
881 g_object_unref (pixbuf); 884 g_object_unref (pixbuf);
882 pixbuf = image; 885 pixbuf = image;
883 bg_flags |= BG_IS_FROM_FILE; 886 bg_flags |= BG_IS_FROM_FILE;
884 return true; 887 ret = true;
885 } 888 }
886# endif 889# endif
887 890
891 if (ret)
892 {
893 if (p)
894 bg_set_geometry (p + 1);
895 else
896 bg_set_default_geometry ();
897 }
898
888 return false; 899 return ret;
889} 900}
890 901
891# endif /* BG_IMAGE_FROM_FILE */ 902# endif /* BG_IMAGE_FROM_FILE */
892 903
893# ifdef ENABLE_TRANSPARENCY 904# ifdef ENABLE_TRANSPARENCY
1330 { 1341 {
1331 /* we need to re-generate transparency pixmap in that case ! */ 1342 /* we need to re-generate transparency pixmap in that case ! */
1332 tr_flags = make_transparency_pixmap (); 1343 tr_flags = make_transparency_pixmap ();
1333 if (tr_flags == 0) 1344 if (tr_flags == 0)
1334 return false; 1345 return false;
1335 else if (!(tr_flags & BG_EFFECTS_FLAGS))
1336 bg_flags |= BG_IS_VALID; 1346 bg_flags |= BG_IS_VALID;
1337 } 1347 }
1338# endif 1348# endif
1339 1349
1340# ifdef BG_IMAGE_FROM_FILE 1350# ifdef BG_IMAGE_FROM_FILE
1341 if ((bg_flags & BG_IS_FROM_FILE) 1351 if ((bg_flags & BG_IS_FROM_FILE)
1347# endif 1357# endif
1348 1358
1349# if defined(ENABLE_TRANSPARENCY) && !defined(HAVE_AFTERIMAGE) 1359# if defined(ENABLE_TRANSPARENCY) && !defined(HAVE_AFTERIMAGE)
1350 XImage *result = NULL; 1360 XImage *result = NULL;
1351 1361
1352 if (tr_flags && !(bg_flags & BG_IS_VALID)) 1362 if (tr_flags & BG_NEEDS_TINT)
1353 { 1363 {
1354 result = XGetImage (dpy, bg_pixmap, 0, 0, bg_pmap_width, bg_pmap_height, AllPlanes, ZPixmap); 1364 result = XGetImage (dpy, bg_pixmap, 0, 0, bg_pmap_width, bg_pmap_height, AllPlanes, ZPixmap);
1355 } 1365 }
1356 1366
1357 if (result) 1367 if (result)
1358 { 1368 {
1359 /* our own client-side tinting */ 1369 /* our own client-side tinting */
1360 if (tr_flags & BG_NEEDS_TINT) 1370 //if (tr_flags & BG_NEEDS_TINT)
1371 if (1)
1361 { 1372 {
1362 rgba c (rgba::MAX_CC,rgba::MAX_CC,rgba::MAX_CC); 1373 rgba c (rgba::MAX_CC,rgba::MAX_CC,rgba::MAX_CC);
1363 if (bg_flags & BG_TINT_SET) 1374 if (bg_flags & BG_TINT_SET)
1364 tint.get (c); 1375 tint.get (c);
1365 shade_ximage (DefaultVisual (dpy, display->screen), result, shade, c); 1376 shade_ximage (DefaultVisual (dpy, display->screen), result, shade, c);
1370 if (gc) 1381 if (gc)
1371 { 1382 {
1372 XPutImage (dpy, bg_pixmap, gc, result, 0, 0, 0, 0, result->width, result->height); 1383 XPutImage (dpy, bg_pixmap, gc, result, 0, 0, 0, 0, result->width, result->height);
1373 1384
1374 XFreeGC (dpy, gc); 1385 XFreeGC (dpy, gc);
1375 bg_flags |= BG_IS_VALID;
1376 } 1386 }
1377 1387
1378 XDestroyImage (result); 1388 XDestroyImage (result);
1379 } 1389 }
1380# endif 1390# endif
1416 bg_flags |= BG_HAS_RENDER_CONV; 1426 bg_flags |= BG_HAS_RENDER_CONV;
1417 1427
1418 XFree (filters); 1428 XFree (filters);
1419 } 1429 }
1420#endif 1430#endif
1421
1422#ifdef HAVE_AFTERIMAGE
1423 set_application_name ((char *)rs[Rs_name]);
1424 set_output_threshold (OUTPUT_LEVEL_WARNING);
1425#endif
1426
1427#ifdef HAVE_PIXBUF
1428 g_type_init ();
1429#endif
1430} 1431}
1431 1432
1432#endif /* HAVE_BG_PIXMAP */ 1433#endif /* HAVE_BG_PIXMAP */
1433 1434
1434#if defined(ENABLE_TRANSPARENCY) && !defined(HAVE_AFTERIMAGE) 1435#if defined(ENABLE_TRANSPARENCY) && !defined(HAVE_AFTERIMAGE)
1435/* taken from aterm-0.4.2 */ 1436/* based on code from aterm-0.4.2 */
1436 1437
1437static void 1438static void
1438shade_ximage (Visual *visual, XImage *ximage, int shade, const rgba &c) 1439shade_ximage (Visual *visual, XImage *ximage, int shade, const rgba &c)
1439{ 1440{
1440 int sh_r, sh_g, sh_b; 1441 int sh_r, sh_g, sh_b;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines