Ignore:
Timestamp:
Mar 1, 2000, 7:50:02 PM (25 years ago)
Author:
jeroen
Message:

* empty log message *

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 sandervl Exp $ */
     1/* $Id: wgl.c,v 1.2 2000-03-01 18:49:40 jeroen Exp $ */
    22
    33/*
     
    3838#include <tchar.h>
    3939#include "gl.h"
     40#include "types.h"
     41#include "context.h"
    4042#include "wmesadef.h"
    4143#include "wmesa.h"
    42 #include "types.h"
    4344
    4445#define MAX_MESA_ATTRS  20
     
    484485}
    485486
    486 GLAPI BOOL GLWINAPI wglSetPixelFormat(HDC hdc,int iPixelFormat,
     487GLAPI BOOL GLWINAPI wglSetPixelFormat(HDC hdc, int iPixelFormat,
    487488                                PIXELFORMATDESCRIPTOR *ppfd)
    488489{
     
    512513}
    513514
    514 #endif /* WIN32 or __WIN32OS2__ */
     515#endif                                 /* WIN32 or __WIN32OS2__            */
Note: See TracChangeset for help on using the changeset viewer.