Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 129689
Collapse All | Expand All

(-)src/conky.c.orig (-3 / +3 lines)
Lines 4411-4417 Link Here
4411
			}
4411
			}
4412
#ifdef OWN_WINDOW
4412
#ifdef OWN_WINDOW
4413
			if (own_window) {
4413
			if (own_window) {
4414
				set_transparent_background(window.window);
4414
				//set_transparent_background(window.window);
4415
			}
4415
			}
4416
#endif
4416
#endif
4417
		}
4417
		}
Lines 4490-4497 Link Here
4490
			case ReparentNotify:
4490
			case ReparentNotify:
4491
				/* set background to ParentRelative for all parents */
4491
				/* set background to ParentRelative for all parents */
4492
				if (own_window) {
4492
				if (own_window) {
4493
					set_transparent_background(window.
4493
				//	set_transparent_background(window.
4494
					window);
4494
				//	window);
4495
				}
4495
				}
4496
				break;
4496
				break;
4497
4497

Return to bug 129689