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.32 by root, Tue Nov 4 14:38:29 2008 UTC vs.
Revision 1.51 by sf-exg, Wed Sep 1 09:40:08 2010 UTC

27#define DO_TIMING_TEST 0 27#define DO_TIMING_TEST 0
28 28
29#if DO_TIMING_TEST 29#if DO_TIMING_TEST
30# include <sys/time.h> 30# include <sys/time.h>
31#define TIMING_TEST_START(id) \ 31#define TIMING_TEST_START(id) \
32 struct timeval timing_test_##id##_stv;\ 32 struct timeval timing_test_##id##_stv; \
33 gettimeofday (&timing_test_##id##_stv, NULL); 33 gettimeofday (&timing_test_##id##_stv, NULL);
34 34
35#define TIMING_TEST_PRINT_RESULT(id) \ 35#define TIMING_TEST_PRINT_RESULT(id) \
36 do{ struct timeval tv;gettimeofday (&tv, NULL); tv.tv_sec -= (timing_test_##id##_stv).tv_sec;\ 36 do { \
37 struct timeval tv; \
38 gettimeofday (&tv, NULL); \
39 tv.tv_sec -= (timing_test_##id##_stv).tv_sec; \
37 fprintf (stderr, "%s: %s: %d: elapsed %ld usec\n", #id, __FILE__, __LINE__,\ 40 fprintf (stderr, "%s: %s: %d: elapsed %ld usec\n", #id, __FILE__, __LINE__, \
38 tv.tv_sec * 1000000 + tv.tv_usec - (timing_test_##id##_stv).tv_usec);}while (0) 41 tv.tv_sec * 1000000 + tv.tv_usec - (timing_test_##id##_stv).tv_usec); \
42 } while (0)
39 43
40#else 44#else
41#define TIMING_TEST_START(id) do{}while (0) 45#define TIMING_TEST_START(id) do {} while (0)
42#define TIMING_TEST_PRINT_RESULT(id) do{}while (0) 46#define TIMING_TEST_PRINT_RESULT(id) do {} while (0)
43#endif 47#endif
44 48
45/* 49/*
46 * Pixmap geometry string interpretation : 50 * Pixmap geometry string interpretation :
47 * Each geometry string contains zero or one scale/position 51 * Each geometry string contains zero or one scale/position
48 * adjustment and may optionally be followed by a colon and one or more 52 * adjustment and may optionally be followed by a colon and one or more
49 * colon-delimited pixmap operations. 53 * colon-delimited pixmap operations.
50 * The following table shows the valid geometry strings and their 54 * The following table shows the valid geometry strings and their
51 * affects on the background image : 55 * effects on the background image :
52 * 56 *
53 * WxH+X+Y Set scaling to W% by H%, and position to X% by Y%. 57 * WxH+X+Y Set scaling to W% by H%, and position to X% by Y%.
54 * W and H are percentages of the terminal window size. 58 * W and H are percentages of the terminal window size.
55 * X and Y are also percentages; e.g., +50+50 centers 59 * X and Y are also percentages; e.g., +50+50 centers
56 * the image in the window. 60 * the image in the window.
93 // zero_initialised-derived structs 97 // zero_initialised-derived structs
94#ifdef HAVE_AFTERIMAGE 98#ifdef HAVE_AFTERIMAGE
95 original_asim = NULL; 99 original_asim = NULL;
96#endif 100#endif
97#ifdef BG_IMAGE_FROM_FILE 101#ifdef BG_IMAGE_FROM_FILE
102 have_image = false;
98 h_scale = v_scale = 0; 103 h_scale = v_scale = 0;
99 h_align = v_align = 0; 104 h_align = v_align = 0;
100#endif 105#endif
101 flags = 0; 106 flags = 0;
102 pixmap = None; 107 pixmap = None;
123 if (flags & isTransparent) 128 if (flags & isTransparent)
124 return true; 129 return true;
125# endif 130# endif
126 131
127# ifdef BG_IMAGE_FROM_FILE 132# ifdef BG_IMAGE_FROM_FILE
128# ifdef HAVE_AFTERIMAGE 133 if (have_image)
129 if (original_asim)
130# endif
131 { 134 {
132 if (h_scale != 0 || v_scale != 0 135 if (h_scale != 0 || v_scale != 0
133 || h_align != 0 || v_align != 0) 136 || h_align != 0 || v_align != 0)
134 return true; 137 return true;
135 } 138 }
136# endif 139# endif
137 140
138 return false; 141 return false;
139} 142}
140 143
141bool 144bool
142bgPixmap_t::window_position_sensitive () 145bgPixmap_t::window_position_sensitive ()
143{ 146{
144# ifdef ENABLE_TRANSPARENCY 147# ifdef ENABLE_TRANSPARENCY
145 if (flags & isTransparent) 148 if (flags & isTransparent)
146 return true; 149 return true;
147# endif 150# endif
148 151
149# ifdef BG_IMAGE_FROM_FILE 152# ifdef BG_IMAGE_FROM_FILE
150# ifdef HAVE_AFTERIMAGE 153 if (have_image)
151 if (original_asim)
152# endif
153 { 154 {
154 if (h_align == rootAlign || v_align == rootAlign) 155 if (h_align == rootAlign || v_align == rootAlign)
155 return true; 156 return true;
156 } 157 }
157# endif 158# endif
259 int geom_flags = 0, changed = 0; 260 int geom_flags = 0, changed = 0;
260 int x = 0, y = 0; 261 int x = 0, y = 0;
261 unsigned int w = 0, h = 0; 262 unsigned int w = 0, h = 0;
262 unsigned int n; 263 unsigned int n;
263 unsigned long new_flags = (flags & (~geometryFlags)); 264 unsigned long new_flags = (flags & (~geometryFlags));
264 char *p; 265 const char *p;
265# define MAXLEN_GEOM 256 /* could be longer than regular geometry string */ 266# define MAXLEN_GEOM 256 /* could be longer than regular geometry string */
266 267
267 if (geom == NULL) 268 if (geom == NULL)
268 return false; 269 return false;
269 270
437 { 438 {
438 flags = new_flags; 439 flags = new_flags;
439 changed++; 440 changed++;
440 } 441 }
441 442
442//fprintf (stderr, "flags = %lX, scale = %ux%u, align=%+d%+d\n", 443 //fprintf (stderr, "flags = %lX, scale = %ux%u, align=%+d%+d\n",
443// flags, h_scale, v_scale, h_align, v_align); 444 // flags, h_scale, v_scale, h_align, v_align);
444 return (changed > 0); 445 return (changed > 0);
445} 446}
446 447
447# ifdef HAVE_AFTERIMAGE 448# ifdef HAVE_AFTERIMAGE
448bool 449bool
449bgPixmap_t::render_asim (ASImage *background, ARGB32 background_tint) 450bgPixmap_t::render_image (unsigned long background_flags)
450{ 451{
451 if (target == NULL) 452 if (target == NULL)
452 return false; 453 return false;
453 454
454 target->init_asv (); 455 target->init_asv ();
456
457 ASImage *background = NULL;
458 ARGB32 background_tint = TINT_LEAVE_SAME;
459
460# ifdef ENABLE_TRANSPARENCY
461 if (background_flags)
462 background = pixmap2ximage (target->asv, pixmap, 0, 0, pmap_width, pmap_height, AllPlanes, 100);
463
464 if (!(background_flags & transpPmapTinted) && (flags & tintNeeded))
465 {
466 ShadingInfo as_shade;
467 as_shade.shading = (shade == 0) ? 100 : shade;
468
469 rgba c (rgba::MAX_CC,rgba::MAX_CC,rgba::MAX_CC);
470 if (flags & tintSet)
471 tint.get (c);
472 as_shade.tintColor.red = c.r;
473 as_shade.tintColor.green = c.g;
474 as_shade.tintColor.blue = c.b;
475
476 background_tint = shading2tint32 (&as_shade);
477 }
478
479 if (!(background_flags & transpPmapBlured) && (flags & blurNeeded) && background != NULL)
480 {
481 ASImage *tmp = blur_asimage_gauss (target->asv, background, h_blurRadius, v_blurRadius, 0xFFFFFFFF,
482 (original_asim == NULL || tint == TINT_LEAVE_SAME) ? ASA_XImage : ASA_ASImage,
483 100, ASIMAGE_QUALITY_DEFAULT);
484 if (tmp)
485 {
486 destroy_asimage (&background);
487 background = tmp;
488 }
489 }
490# endif
455 491
456 ASImage *result = 0; 492 ASImage *result = 0;
457 493
458 int target_width = target->szHint.width; 494 int target_width = target->szHint.width;
459 int target_height = target->szHint.height; 495 int target_height = target->szHint.height;
469 505
470 if (original_asim) 506 if (original_asim)
471 { 507 {
472 if (h_align == rootAlign || v_align == rootAlign) 508 if (h_align == rootAlign || v_align == rootAlign)
473 { 509 {
474 target->get_window_origin(x, y); 510 target->get_window_origin (x, y);
475 x = -x; 511 x = -x;
476 y = -y; 512 y = -y;
477 } 513 }
478 514
479 if (h_align != rootAlign) 515 if (h_align != rootAlign)
495 new_pmap_height = background->height; 531 new_pmap_height = background->height;
496 result = background; 532 result = background;
497 533
498 if (background_tint != TINT_LEAVE_SAME) 534 if (background_tint != TINT_LEAVE_SAME)
499 { 535 {
500 ASImage* tmp = tile_asimage (target->asv, background, 0, 0, 536 ASImage *tmp = tile_asimage (target->asv, background, 0, 0,
501 target_width, target_height, background_tint, 537 target_width, target_height, background_tint,
502 ASA_XImage, 100, ASIMAGE_QUALITY_DEFAULT); 538 ASA_XImage, 100, ASIMAGE_QUALITY_DEFAULT);
503 if (tmp) 539 if (tmp)
504 result = tmp; 540 result = tmp;
505 } 541 }
533 if (h_scale == 0 || v_scale == 0) 569 if (h_scale == 0 || v_scale == 0)
534 { 570 {
535 ASImage *tmp = tile_asimage (target->asv, result, 571 ASImage *tmp = tile_asimage (target->asv, result,
536 (h_scale > 0) ? 0 : (int)result->width - x, 572 (h_scale > 0) ? 0 : (int)result->width - x,
537 (v_scale > 0) ? 0 : (int)result->height - y, 573 (v_scale > 0) ? 0 : (int)result->height - y,
538 new_pmap_width, 574 new_pmap_width,
539 new_pmap_height, 575 new_pmap_height,
540 TINT_LEAVE_SAME, ASA_XImage, 576 TINT_LEAVE_SAME, ASA_XImage,
541 100, ASIMAGE_QUALITY_DEFAULT); 577 100, ASIMAGE_QUALITY_DEFAULT);
542 if (tmp) 578 if (tmp)
543 { 579 {
550 } 586 }
551 else 587 else
552 { 588 {
553 /* if blending background and image - pixmap has to be sized same as target window */ 589 /* if blending background and image - pixmap has to be sized same as target window */
554 ASImageLayer *layers = create_image_layers (2); 590 ASImageLayer *layers = create_image_layers (2);
555 ASImage *merged_im = NULL;
556 591
557 layers[0].im = background; 592 layers[0].im = background;
558 layers[0].clip_width = target_width; 593 layers[0].clip_width = target_width;
559 layers[0].clip_height = target_height; 594 layers[0].clip_height = target_height;
560 layers[0].tint = background_tint; 595 layers[0].tint = background_tint;
607 free (layers); 642 free (layers);
608 } 643 }
609 } 644 }
610 TIMING_TEST_PRINT_RESULT (asim); 645 TIMING_TEST_PRINT_RESULT (asim);
611 646
612 if (pixmap) 647 bool ret = false;
613 {
614 if (result == NULL
615 || pmap_width != new_pmap_width
616 || pmap_height != new_pmap_height
617 || pmap_depth != target->depth)
618 {
619 XFreePixmap (target->dpy, pixmap);
620 pixmap = None;
621 }
622 }
623 648
624 if (result) 649 if (result)
625 { 650 {
626 XGCValues gcv; 651 XGCValues gcv;
627 GC gc; 652 GC gc;
653
654 if (pixmap)
655 {
656 if (pmap_width != new_pmap_width
657 || pmap_height != new_pmap_height
658 || pmap_depth != target->depth)
659 {
660 XFreePixmap (target->dpy, pixmap);
661 pixmap = None;
662 }
663 }
628 664
629 /* create Pixmap */ 665 /* create Pixmap */
630 if (pixmap == None) 666 if (pixmap == None)
631 { 667 {
632 pixmap = XCreatePixmap (target->dpy, target->vt, new_pmap_width, new_pmap_height, target->depth); 668 pixmap = XCreatePixmap (target->dpy, target->vt, new_pmap_width, new_pmap_height, target->depth);
633 pmap_width = new_pmap_width; 669 pmap_width = new_pmap_width;
634 pmap_height = new_pmap_height; 670 pmap_height = new_pmap_height;
635 pmap_depth = target->depth; 671 pmap_depth = target->depth;
636 } 672 }
637 /* fill with background color ( if result's not completely overlapping it)*/ 673 /* fill with background color (if result's not completely overlapping it) */
638 gcv.foreground = target->pix_colors[Color_bg]; 674 gcv.foreground = target->pix_colors[Color_bg];
639 gc = XCreateGC (target->dpy, target->vt, GCForeground, &gcv); 675 gc = XCreateGC (target->dpy, target->vt, GCForeground, &gcv);
640 676
641 int src_x = 0, src_y = 0, dst_x = 0, dst_y = 0; 677 int src_x = 0, src_y = 0, dst_x = 0, dst_y = 0;
642 int dst_width = result->width, dst_height = result->height; 678 int dst_width = result->width, dst_height = result->height;
658 if (result != background && result != original_asim) 694 if (result != background && result != original_asim)
659 destroy_asimage (&result); 695 destroy_asimage (&result);
660 696
661 XFreeGC (target->dpy, gc); 697 XFreeGC (target->dpy, gc);
662 TIMING_TEST_PRINT_RESULT (asim); 698 TIMING_TEST_PRINT_RESULT (asim);
663 }
664 699
700 ret = true;
701 }
702
703 if (background)
704 destroy_asimage (&background);
705
665 return true; 706 return ret;
666} 707}
667# endif /* HAVE_AFTERIMAGE */ 708# endif /* HAVE_AFTERIMAGE */
668 709
669bool 710bool
670bgPixmap_t::set_file (const char *file) 711bgPixmap_t::set_file (const char *file)
671{ 712{
672 assert (file); 713 assert (file);
673 714
674 if (*file) 715 if (*file)
675 { 716 {
717 if (const char *p = strchr (file, ';'))
718 {
719 size_t len = p - file;
720 char *f = rxvt_temp_buf<char> (len + 1);
721 memcpy (f, file, len);
722 f[len] = '\0';
723 file = f;
724 }
725
676# ifdef HAVE_AFTERIMAGE 726# ifdef HAVE_AFTERIMAGE
677 if (!target->asimman) 727 if (!target->asimman)
678 target->asimman = create_generic_imageman (target->rs[Rs_path]); 728 target->asimman = create_generic_imageman (target->rs[Rs_path]);
679
680 if (char *f = strchr (file, ';'))
681 {
682 size_t len = f - file;
683 f = (char *)malloc (len + 1);
684 memcpy (f, file, len);
685 f[len] = '\0';
686 original_asim = get_asimage (target->asimman, f, 0xFFFFFFFF, 100);
687 free (f);
688 }
689 else
690 original_asim = get_asimage (target->asimman, file, 0xFFFFFFFF, 100); 729 original_asim = get_asimage (target->asimman, file, 0xFFFFFFFF, 100);
691 730 if (original_asim)
692 return original_asim; 731 have_image = true;
732 return have_image;
693# endif 733# endif
694 } 734 }
695 735
696 return false; 736 return false;
697} 737}
766 flags |= bgPixmap_t::tintNeeded; 806 flags |= bgPixmap_t::tintNeeded;
767 else if (tint) 807 else if (tint)
768 { 808 {
769 if ((c.r > 0x000700 || c.g > 0x000700 || c.b > 0x000700) 809 if ((c.r > 0x000700 || c.g > 0x000700 || c.b > 0x000700)
770 && (c.r < 0x00f700 || c.g < 0x00f700 || c.b < 0x00f700)) 810 && (c.r < 0x00f700 || c.g < 0x00f700 || c.b < 0x00f700))
771 { 811 {
772 flags |= bgPixmap_t::tintNeeded; 812 flags |= bgPixmap_t::tintNeeded;
773 } 813 }
774 } 814 }
775 815
776 if (flags & bgPixmap_t::tintNeeded) 816 if (flags & bgPixmap_t::tintNeeded)
777 { 817 {
778 if (flags & bgPixmap_t::tintWholesome) 818 if (flags & bgPixmap_t::tintWholesome)
807{ 847{
808 unsigned long new_flags = compute_tint_shade_flags (NULL, shade); 848 unsigned long new_flags = compute_tint_shade_flags (NULL, shade);
809 849
810 if (new_flags != (flags & tintFlags)) 850 if (new_flags != (flags & tintFlags))
811 { 851 {
812 flags = (flags&~tintFlags)|new_flags; 852 flags = (flags&~tintFlags)|new_flags;
813 return true; 853 return true;
814 } 854 }
815 855
816 return false; 856 return false;
817} 857}
818 858
848 unsigned long result = 0; 888 unsigned long result = 0;
849 889
850 if (target == NULL) 890 if (target == NULL)
851 return 0; 891 return 0;
852 892
853 /* root dimentions may change from call to call - but Display structure should 893 /* root dimensions may change from call to call - but Display structure should
854 * be always up-to-date, so let's use it : 894 * be always up-to-date, so let's use it :
855 */ 895 */
856 Window root = target->display->root; 896 Window root = target->display->root;
857 int screen = target->display->screen; 897 int screen = target->display->screen;
858 Display *dpy = target->dpy; 898 Display *dpy = target->dpy;
903 943
904 attr.background_pixmap = ParentRelative; 944 attr.background_pixmap = ParentRelative;
905 attr.backing_store = Always; 945 attr.backing_store = Always;
906 attr.event_mask = ExposureMask; 946 attr.event_mask = ExposureMask;
907 attr.override_redirect = True; 947 attr.override_redirect = True;
908 src = XCreateWindow (dpy, root, sx, sy, window_width, window_height, 0, 948 src = XCreateWindow (dpy, root, sx, sy, window_width, window_height, 0,
909 CopyFromParent, CopyFromParent, CopyFromParent, 949 CopyFromParent, CopyFromParent, CopyFromParent,
910 CWBackPixmap|CWBackingStore|CWOverrideRedirect|CWEventMask, 950 CWBackPixmap|CWBackingStore|CWOverrideRedirect|CWEventMask,
911 &attr); 951 &attr);
912 952
913 if (src != None) 953 if (src != None)
937 XDestroyWindow (dpy, src); 977 XDestroyWindow (dpy, src);
938 XUngrabServer (dpy); 978 XUngrabServer (dpy);
939 //fprintf (stderr, "%s:%d: ev_count = %d\n", __FUNCTION__, __LINE__, ev_count); 979 //fprintf (stderr, "%s:%d: ev_count = %d\n", __FUNCTION__, __LINE__, ev_count);
940 } 980 }
941 981
942 if (!success) 982 if (!success)
943 { 983 {
944 XFreePixmap (dpy, tiled_root_pmap); 984 XFreePixmap (dpy, tiled_root_pmap);
945 tiled_root_pmap = None; 985 tiled_root_pmap = None;
946 } 986 }
947 else 987 else
948 result |= transpPmapTiled; 988 result |= transpPmapTiled;
949 } 989 }
950 else 990 else
951 { 991 {
952 /* strightforward pixmap copy */ 992 /* straightforward pixmap copy */
953 gcv.tile = root_pixmap; 993 gcv.tile = root_pixmap;
954 gcv.fill_style = FillTiled; 994 gcv.fill_style = FillTiled;
955 995
956 while (sx < 0) sx += (int)root_width; 996 while (sx < 0) sx += (int)root_width;
957 while (sy < 0) sy += (int)root_height; 997 while (sy < 0) sy += (int)root_height;
1070# if DO_TIMING_TEST 1110# if DO_TIMING_TEST
1071 XSync (dpy, False); 1111 XSync (dpy, False);
1072# endif 1112# endif
1073# endif 1113# endif
1074 } 1114 }
1075 } 1115 }
1076 } /* server side rendering completed */ 1116 } /* server side rendering completed */
1077 1117
1078 if (pixmap) 1118 if (pixmap)
1079 XFreePixmap (dpy, pixmap); 1119 XFreePixmap (dpy, pixmap);
1080 1120
1108 return false; 1148 return false;
1109} 1149}
1110# endif /* ENABLE_TRANSPARENCY */ 1150# endif /* ENABLE_TRANSPARENCY */
1111 1151
1112# ifndef HAVE_AFTERIMAGE 1152# ifndef HAVE_AFTERIMAGE
1113static void ShadeXImage(rxvt_term *term, XImage* srcImage, int shade, int rm, int gm, int bm); 1153static void ShadeXImage(rxvt_term *term, XImage *srcImage, int shade, int rm, int gm, int bm);
1114# endif 1154# endif
1115 1155
1116bool 1156bool
1117bgPixmap_t::render () 1157bgPixmap_t::render ()
1118{ 1158{
1130 /* we need to re-generate transparency pixmap in that case ! */ 1170 /* we need to re-generate transparency pixmap in that case ! */
1131 background_flags = make_transparency_pixmap (); 1171 background_flags = make_transparency_pixmap ();
1132 if (background_flags == 0) 1172 if (background_flags == 0)
1133 return false; 1173 return false;
1134 else if ((background_flags & transpTransformations) == (flags & transpTransformations) 1174 else if ((background_flags & transpTransformations) == (flags & transpTransformations)
1135 && pmap_depth == target->depth) 1175 && pmap_depth == target->depth)
1136 flags = flags & ~isInvalid; 1176 flags = flags & ~isInvalid;
1137 } 1177 }
1138# endif 1178# endif
1139 1179
1180# ifdef BG_IMAGE_FROM_FILE
1181 if (have_image
1182 || (background_flags & transpTransformations) != (flags & transpTransformations))
1183 {
1184 if (render_image (background_flags))
1185 flags = flags & ~isInvalid;
1186 }
1187# endif
1188
1140 XImage *result = NULL; 1189 XImage *result = NULL;
1141# ifdef HAVE_AFTERIMAGE
1142 target->init_asv ();
1143
1144 if (original_asim
1145 || (background_flags & transpTransformations) != (flags & transpTransformations))
1146 {
1147 ASImage *background = NULL;
1148 ARGB32 as_tint = TINT_LEAVE_SAME;
1149 if (background_flags)
1150 background = pixmap2ximage (target->asv, pixmap, 0, 0, pmap_width, pmap_height, AllPlanes, 100);
1151
1152# ifdef ENABLE_TRANSPARENCY
1153 if (!(background_flags & transpPmapTinted) && (flags & tintNeeded))
1154 {
1155 ShadingInfo as_shade;
1156 as_shade.shading = (shade == 0) ? 100 : shade;
1157
1158 rgba c (rgba::MAX_CC,rgba::MAX_CC,rgba::MAX_CC);
1159 if (flags & tintSet)
1160 tint.get (c);
1161 as_shade.tintColor.red = c.r;
1162 as_shade.tintColor.green = c.g;
1163 as_shade.tintColor.blue = c.b;
1164
1165 as_tint = shading2tint32 (&as_shade);
1166 }
1167
1168 if (!(background_flags & transpPmapBlured) && (flags & blurNeeded) && background != NULL)
1169 {
1170 ASImage* tmp = blur_asimage_gauss (target->asv, background, h_blurRadius, v_blurRadius, 0xFFFFFFFF,
1171 (original_asim == NULL || tint == TINT_LEAVE_SAME)?ASA_XImage:ASA_ASImage,
1172 100, ASIMAGE_QUALITY_DEFAULT);
1173 if (tmp)
1174 {
1175 destroy_asimage (&background);
1176 background = tmp;
1177 }
1178 }
1179# endif
1180
1181 if (render_asim (background, as_tint))
1182 flags = flags & ~isInvalid;
1183 if (background)
1184 destroy_asimage (&background);
1185 }
1186 else if (background_flags && pmap_depth != target->depth)
1187 result = XGetImage (target->dpy, pixmap, 0, 0, pmap_width, pmap_height, AllPlanes, ZPixmap);
1188
1189# elif !XFT /* our own client-side tinting */
1190
1191 /* ATTENTION: We ASSUME that XFT will let us do all the tinting neccessary server-side.
1192 This may need to be changed in need_client_side_rendering() logic is altered !!! */
1193 1190
1194 if (background_flags && (flags & isInvalid)) 1191 if (background_flags && (flags & isInvalid))
1195 { 1192 {
1196 result = XGetImage (target->dpy, pixmap, 0, 0, pmap_width, pmap_height, AllPlanes, ZPixmap); 1193 result = XGetImage (target->dpy, pixmap, 0, 0, pmap_width, pmap_height, AllPlanes, ZPixmap);
1197 1194
1195# if !defined(HAVE_AFTERIMAGE) && !XFT
1196 /* our own client-side tinting */
1197 /* ATTENTION: We ASSUME that XFT will let us do all the tinting necessary server-side.
1198 This may need to be changed in need_client_side_rendering() logic is altered !!! */
1198 if (result != NULL && !(background_flags & transpPmapTinted) && (flags & tintNeeded)) 1199 if (result != NULL && !(background_flags & transpPmapTinted) && (flags & tintNeeded))
1199 { 1200 {
1200 rgba c (rgba::MAX_CC,rgba::MAX_CC,rgba::MAX_CC); 1201 rgba c (rgba::MAX_CC,rgba::MAX_CC,rgba::MAX_CC);
1201 if (flags & tintSet) 1202 if (flags & tintSet)
1202 tint.get (c); 1203 tint.get (c);
1203 ShadeXImage (target, result, shade, c.r, c.g, c.b); 1204 ShadeXImage (target, result, shade, c.r, c.g, c.b);
1204 } 1205 }
1206# endif
1205 } 1207 }
1206# endif /* HAVE_AFTERIMAGE */
1207 1208
1208 if (result) 1209 if (result)
1209 { 1210 {
1210 GC gc = XCreateGC (target->dpy, target->vt, 0UL, NULL); 1211 GC gc = XCreateGC (target->dpy, target->vt, 0UL, NULL);
1211 1212
1243 1244
1244 XFreeGC (target->dpy, gc); 1245 XFreeGC (target->dpy, gc);
1245 flags = flags & ~isInvalid; 1246 flags = flags & ~isInvalid;
1246 } 1247 }
1247 1248
1248 XDestroyImage (result); 1249 XDestroyImage (result);
1249 } 1250 }
1250 1251
1251 if (flags & isInvalid) 1252 if (flags & isInvalid)
1252 { 1253 {
1253 if (pixmap != None) 1254 if (pixmap != None)
1327 1328
1328 /* don't want Expose on the parent or vt. It is better to use 1329 /* don't want Expose on the parent or vt. It is better to use
1329 scr_touch or we get a great deal of flicker otherwise: */ 1330 scr_touch or we get a great deal of flicker otherwise: */
1330 XClearWindow (target->dpy, target->parent[0]); 1331 XClearWindow (target->dpy, target->parent[0]);
1331 1332
1332 if (target->scrollBar.win) 1333 if (target->scrollBar.state && target->scrollBar.win)
1333 { 1334 {
1334 target->scrollBar.state = STATE_IDLE; 1335 target->scrollBar.state = STATE_IDLE;
1335 target->scrollBar.show (0); 1336 target->scrollBar.show (0);
1336 } 1337 }
1337 1338
1346/* taken from aterm-0.4.2 */ 1347/* taken from aterm-0.4.2 */
1347 1348
1348typedef uint32_t RUINT32T; 1349typedef uint32_t RUINT32T;
1349 1350
1350static void 1351static void
1351ShadeXImage(rxvt_term *term, XImage* srcImage, int shade, int rm, int gm, int bm) 1352ShadeXImage(rxvt_term *term, XImage *srcImage, int shade, int rm, int gm, int bm)
1352{ 1353{
1353 int sh_r, sh_g, sh_b; 1354 int sh_r, sh_g, sh_b;
1354 RUINT32T mask_r, mask_g, mask_b; 1355 RUINT32T mask_r, mask_g, mask_b;
1355 RUINT32T *lookup, *lookup_r, *lookup_g, *lookup_b; 1356 RUINT32T *lookup, *lookup_r, *lookup_g, *lookup_b;
1356 unsigned int lower_lim_r, lower_lim_g, lower_lim_b; 1357 unsigned int lower_lim_r, lower_lim_g, lower_lim_b;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines