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

(-)borders.c.orig (-1 / +11 lines)
Lines 1549-1555 Link Here
1549
	relative_g.y = part_g.y;
1549
	relative_g.y = part_g.y;
1550
	border_get_border_background(
1550
	border_get_border_background(
1551
		&bg, cd, &part_g, &relative_g, &free_bg_pixmap, w);
1551
		&bg, cd, &part_g, &relative_g, &free_bg_pixmap, w);
1552
	bg.pixmap.g.x = 0;
1552
	switch (part)
1553
	{
1554
	case PART_BORDER_E:
1555
	case PART_BORDER_NE:
1556
	case PART_BORDER_SE:
1557
		bg.pixmap.g.x = fw->frame_g.width;
1558
		break;
1559
	default:
1560
		bg.pixmap.g.x = 0;
1561
		break;
1562
	}
1553
	bg.pixmap.g.y = 0;
1563
	bg.pixmap.g.y = 0;
1554
	/* set the geometry for drawing the Tiled pixmap; maybe add the relief
1564
	/* set the geometry for drawing the Tiled pixmap; maybe add the relief
1555
	 * as offset? */
1565
	 * as offset? */

Return to bug 31516