tdfx_dripriv.h revision 02be438a
1/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/tdfx/tdfx_dripriv.h,v 1.2 1999/12/14 01:33:50 robin Exp $ */
2
3#ifndef _TDFX_DRIPRIV_H_
4#define _TDFX_DRIPRIV_H_
5
6#define TDFX_MAX_DRAWABLES 256
7
8extern void GlxSetVisualConfigs(
9    int nconfigs,
10    __GLXvisualConfig *configs,
11    void **configprivs
12);
13
14typedef struct {
15  /* Nothing here yet */
16  int dummy;
17} TDFXConfigPrivRec, *TDFXConfigPrivPtr;
18
19typedef struct {
20  /* Nothing here yet */
21  int dummy;
22} TDFXDRIContextRec, *TDFXDRIContextPtr;
23
24#endif
25