diff options
author | Karl Schultz <[email protected]> | 2010-03-10 15:58:10 -0700 |
---|---|---|
committer | Karl Schultz <[email protected]> | 2010-03-10 15:58:10 -0700 |
commit | 60121c41ce9ee50ff8d8476d4eb04867adf9b8c5 (patch) | |
tree | 62578a388f899f0af8730baf516a82513ad357ae /src/mesa/drivers/windows/gdi/wmesadef.h | |
parent | 7439f39016ca5880d52518aa9fdf5f17d5446ea6 (diff) |
windows: fix compilation errors and warnings
Diffstat (limited to 'src/mesa/drivers/windows/gdi/wmesadef.h')
-rw-r--r-- | src/mesa/drivers/windows/gdi/wmesadef.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/windows/gdi/wmesadef.h b/src/mesa/drivers/windows/gdi/wmesadef.h index 83a42e60824..1c0e2451114 100644 --- a/src/mesa/drivers/windows/gdi/wmesadef.h +++ b/src/mesa/drivers/windows/gdi/wmesadef.h @@ -27,7 +27,7 @@ struct wmesa_framebuffer HDC hDC; int pixelformat; GLuint ScanWidth; - BYTE cColorBits; + int cColorBits; /* back buffer DIB fields */ HDC dib_hDC; BITMAPINFO bmi; |