Home | History | Annotate | Line # | Download | only in src
      1 
      2 #ifndef _TDFX_DRIPRIV_H_
      3 #define _TDFX_DRIPRIV_H_
      4 
      5 #define TDFX_MAX_DRAWABLES 256
      6 
      7 typedef struct {
      8   /* Nothing here yet */
      9   int dummy;
     10 } TDFXDRIContextRec, *TDFXDRIContextPtr;
     11 
     12 #endif
     13