Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 174485 | Differences between
and this patch

Collapse All | Expand All

(-)rdesktop-1.5.0.orig/xwin.c (-1 / +1 lines)
Lines 3219-3225 Link Here
3219
		return;
3219
		return;
3220
3220
3221
	image = XCreateImage(g_display, g_visual, g_depth, ZPixmap, 0,
3221
	image = XCreateImage(g_display, g_visual, g_depth, ZPixmap, 0,
3222
			     (char *) data, cx, cy, BitmapPad(g_display), cx * g_bpp / 8);
3222
			     (char *) data, cx, cy, g_bpp, cx * g_bpp / 8);
3223
3223
3224
	if (g_ownbackstore)
3224
	if (g_ownbackstore)
3225
	{
3225
	{

Return to bug 174485