aboutsummaryrefslogtreecommitdiff
path: root/xorg-server
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2009-11-23 19:41:16 +0000
committermarha <marha@users.sourceforge.net>2009-11-23 19:41:16 +0000
commitd0e1262517c1a1e47a823dbfb4cd28ac60a7148c (patch)
tree3d5a0eeddc81a5eb0bd8012dcd7adf8ff808cfb8 /xorg-server
parent71a8c2cacbc0e9c9b6bb0778a1ffd8dc417be20f (diff)
downloadvcxsrv-d0e1262517c1a1e47a823dbfb4cd28ac60a7148c.tar.gz
vcxsrv-d0e1262517c1a1e47a823dbfb4cd28ac60a7148c.tar.bz2
vcxsrv-d0e1262517c1a1e47a823dbfb4cd28ac60a7148c.zip
Commented out unnecessary code.
Diffstat (limited to 'xorg-server')
-rw-r--r--xorg-server/hw/xwin/winnativegdi.c2
1 files changed, 2 insertions, 0 deletions
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)