Changeset 10582 for trunk/src/gdi32/opengl.cpp
- Timestamp:
- Apr 14, 2004, 11:44:13 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gdi32/opengl.cpp
r10374 r10582 1 /* $Id: opengl.cpp,v 1.1 0 2004-01-11 11:42:19sandervl Exp $ */1 /* $Id: opengl.cpp,v 1.11 2004-04-14 09:44:13 sandervl Exp $ */ 2 2 3 3 /* … … 119 119 *****************************************************************************/ 120 120 121 int WIN32API ChoosePixelFormat(HDC hdc, CONST PIXELFORMATDESCRIPTOR*pformat)121 int WIN32API ChoosePixelFormat(HDC hdc, const LPPIXELFORMATDESCRIPTOR pformat) 122 122 { 123 123 if (glChoosePixelFormat == NULL)
Note:
See TracChangeset
for help on using the changeset viewer.