Changeset 2962 for trunk/src/opengl/mesa/wgl.c
- Timestamp:
- Mar 1, 2000, 7:50:02 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/opengl/mesa/wgl.c
r2938 r2962 1 /* $Id: wgl.c,v 1. 1 2000-02-29 00:50:15 sandervlExp $ */1 /* $Id: wgl.c,v 1.2 2000-03-01 18:49:40 jeroen Exp $ */ 2 2 3 3 /* … … 38 38 #include <tchar.h> 39 39 #include "gl.h" 40 #include "types.h" 41 #include "context.h" 40 42 #include "wmesadef.h" 41 43 #include "wmesa.h" 42 #include "types.h"43 44 44 45 #define MAX_MESA_ATTRS 20 … … 484 485 } 485 486 486 GLAPI BOOL GLWINAPI wglSetPixelFormat(HDC hdc, int iPixelFormat,487 GLAPI BOOL GLWINAPI wglSetPixelFormat(HDC hdc, int iPixelFormat, 487 488 PIXELFORMATDESCRIPTOR *ppfd) 488 489 { … … 512 513 } 513 514 514 #endif /* WIN32 or __WIN32OS2__*/515 #endif /* WIN32 or __WIN32OS2__ */
Note:
See TracChangeset
for help on using the changeset viewer.