projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
758f334
)
Fix a prototype
author
Karl Schultz
<kschultz@freedesktop.org>
Fri, 1 Jul 2005 15:56:14 +0000
(15:56 +0000)
committer
Karl Schultz
<kschultz@freedesktop.org>
Fri, 1 Jul 2005 15:56:14 +0000
(15:56 +0000)
src/mesa/drivers/windows/gdi/wgl.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/windows/gdi/wgl.c
b/src/mesa/drivers/windows/gdi/wgl.c
index fcb24235e88257884687c6394d00d92c69266e37..2d3f696fb5568abecf19711d9e126014710ea85e 100644
(file)
--- a/
src/mesa/drivers/windows/gdi/wgl.c
+++ b/
src/mesa/drivers/windows/gdi/wgl.c
@@
-1,4
+1,4
@@
-/* $Id: wgl.c,v 1.
8 2005/06/13 14:07:15 brianp
Exp $ */
+/* $Id: wgl.c,v 1.
9 2005/07/01 15:56:14 kschultz
Exp $ */
/*
* This library is free software; you can redistribute it and/or
@@
-301,10
+301,10
@@
WINGDIAPI int GLAPIENTRY wglChoosePixelFormat(HDC hdc,
return(best);
}
-W
GL
API int GLAPIENTRY wglDescribePixelFormat(HDC hdc,
- int iPixelFormat,
- UINT nBytes,
- LPPIXELFORMATDESCRIPTOR ppfd)
+W
INGDI
API int GLAPIENTRY wglDescribePixelFormat(HDC hdc,
+
int iPixelFormat,
+
UINT nBytes,
+
LPPIXELFORMATDESCRIPTOR ppfd)
{
(void) hdc;