From d0e1262517c1a1e47a823dbfb4cd28ac60a7148c Mon Sep 17 00:00:00 2001 From: marha Date: Mon, 23 Nov 2009 19:41:16 +0000 Subject: Commented out unnecessary code. --- xorg-server/hw/xwin/winnativegdi.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'xorg-server/hw/xwin/winnativegdi.c') diff --git a/xorg-server/hw/xwin/winnativegdi.c b/xorg-server/hw/xwin/winnativegdi.c index f7e13a712..7b4f7e0e4 100644 --- a/xorg-server/hw/xwin/winnativegdi.c +++ b/xorg-server/hw/xwin/winnativegdi.c @@ -398,11 +398,13 @@ winCreateDIBNativeGDI (int iWidth, int iHeight, int iDepth, pbmih->biPlanes = 1; pbmih->biBitCount = iDepth; pbmih->biCompression = BI_RGB; + /* pbmih->biSizeImage = 0; pbmih->biXPelsPerMeter = 0; pbmih->biYPelsPerMeter = 0; pbmih->biClrUsed = 0; pbmih->biClrImportant = 0; + */ /* Setup color table for mono DIBs */ if (iDepth == 1) -- cgit v1.2.3