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

Comparing rxvt-unicode/src/command.C (file contents):
Revision 1.526 by root, Fri Nov 30 07:19:09 2012 UTC vs.
Revision 1.527 by sf-exg, Sat Dec 29 14:23:35 2012 UTC

1838 pix_colors_focused [idx].fade (this, atoi (rs[Rs_fade]), pix_colors_unfocused [idx], c); 1838 pix_colors_focused [idx].fade (this, atoi (rs[Rs_fade]), pix_colors_unfocused [idx], c);
1839 } 1839 }
1840#endif 1840#endif
1841} 1841}
1842 1842
1843#if ENABLE_TRANSPARENCY || ENABLE_PERL 1843#if BG_IMAGE_FROM_ROOT || ENABLE_PERL
1844void ecb_hot 1844void ecb_hot
1845rxvt_term::rootwin_cb (XEvent &ev) 1845rxvt_term::rootwin_cb (XEvent &ev)
1846{ 1846{
1847 make_current (); 1847 make_current ();
1848 1848
1858 * use the property to determine the pixmap. We use it later on. 1858 * use the property to determine the pixmap. We use it later on.
1859 */ 1859 */
1860 if (ev.xproperty.atom == xa[XA_XROOTPMAP_ID] 1860 if (ev.xproperty.atom == xa[XA_XROOTPMAP_ID]
1861 || ev.xproperty.atom == xa[XA_ESETROOT_PMAP_ID]) 1861 || ev.xproperty.atom == xa[XA_ESETROOT_PMAP_ID])
1862 { 1862 {
1863# if ENABLE_TRANSPARENCY 1863#if BG_IMAGE_FROM_ROOT
1864 bg_set_root_pixmap (); 1864 bg_set_root_pixmap ();
1865 update_background (); 1865 update_background ();
1866#endif 1866#endif
1867#if ENABLE_PERL 1867#if ENABLE_PERL
1868 HOOK_INVOKE ((this, HOOK_ROOTPMAP_CHANGE, DT_END)); 1868 HOOK_INVOKE ((this, HOOK_ROOTPMAP_CHANGE, DT_END));
3453 break; 3453 break;
3454#endif 3454#endif
3455 case URxvt_Color_border: 3455 case URxvt_Color_border:
3456 process_color_seq (op, Color_border, str, resp); 3456 process_color_seq (op, Color_border, str, resp);
3457 break; 3457 break;
3458#if ENABLE_TRANSPARENCY 3458
3459#if BG_IMAGE_FROM_ROOT
3459 case URxvt_Color_tint: 3460 case URxvt_Color_tint:
3460 process_color_seq (op, Color_tint, str, resp); 3461 process_color_seq (op, Color_tint, str, resp);
3461 { 3462 {
3462 bool changed = false; 3463 bool changed = false;
3463 3464

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines