Ignore:
Timestamp:
May 23, 2000, 10:41:28 PM (25 years ago)
Author:
jeroen
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/opengl/mesa/bbox.c

    r2938 r3598  
    1 /* $Id: bbox.c,v 1.1 2000-02-29 00:49:58 sandervl Exp $ */
     1/* $Id: bbox.c,v 1.2 2000-05-23 20:40:23 jeroen Exp $ */
    22
    33/*
     
    3030
    3131
     32#include "glheader.h"
    3233#include "bbox.h"
    3334#include "types.h"
     
    3536
    3637static void cliptest_bounds( GLubyte *orMask,
    37                              GLubyte *andMask,
    38                              CONST GLfloat (*bounds)[4],
    39                              GLuint count )
     38                             GLubyte *andMask,
     39                             CONST GLfloat (*bounds)[4],
     40                             GLuint count )
    4041{
    4142   GLubyte tmpOrMask = 0;
Note: See TracChangeset for help on using the changeset viewer.