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/get.c

    r2938 r2962  
    1 /* $Id: get.c,v 1.1 2000-02-29 00:50:04 sandervl Exp $ */
     1/* $Id: get.c,v 1.2 2000-03-01 18:49:29 jeroen Exp $ */
    22
    33/*
     
    3838#include "GL/xf86glx.h"
    3939#endif
     40#include "types.h"
    4041#include "context.h"
    4142#include "enable.h"
     
    4546#include "macros.h"
    4647#include "mmath.h"
    47 #include "types.h"
    4848#include "vb.h"
    4949#endif
     
    5151
    5252
    53 #define FLOAT_TO_BOOL(X)        ( (X)==0.0F ? GL_FALSE : GL_TRUE )
    54 #define INT_TO_BOOL(I)          ( (I)==0 ? GL_FALSE : GL_TRUE )
    55 #define ENUM_TO_BOOL(E)         ( (E)==0 ? GL_FALSE : GL_TRUE )
     53#define FLOAT_TO_BOOL(X)        ( (X)==0.0F ? GL_FALSE : GL_TRUE )
     54#define INT_TO_BOOL(I)          ( (I)==0 ? GL_FALSE : GL_TRUE )
     55#define ENUM_TO_BOOL(E)         ( (E)==0 ? GL_FALSE : GL_TRUE )
    5656
    5757#ifdef SPECIALCAST
Note: See TracChangeset for help on using the changeset viewer.