diff options
author | marha <marha@users.sourceforge.net> | 2009-11-23 19:41:16 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-11-23 19:41:16 +0000 |
commit | d0e1262517c1a1e47a823dbfb4cd28ac60a7148c (patch) | |
tree | 3d5a0eeddc81a5eb0bd8012dcd7adf8ff808cfb8 /xorg-server/hw/xwin/winnativegdi.c | |
parent | 71a8c2cacbc0e9c9b6bb0778a1ffd8dc417be20f (diff) | |
download | vcxsrv-d0e1262517c1a1e47a823dbfb4cd28ac60a7148c.tar.gz vcxsrv-d0e1262517c1a1e47a823dbfb4cd28ac60a7148c.tar.bz2 vcxsrv-d0e1262517c1a1e47a823dbfb4cd28ac60a7148c.zip |
Commented out unnecessary code.
Diffstat (limited to 'xorg-server/hw/xwin/winnativegdi.c')
-rw-r--r-- | xorg-server/hw/xwin/winnativegdi.c | 2 |
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) |