2002-06-27 05:42:58 +00:00
|
|
|
/*
|
|
|
|
3dfxstub.h
|
|
|
|
|
|
|
|
Dummy header to avoid glide/mesa linking for 3Dfxstub.so
|
|
|
|
|
|
|
|
Copyright (C)2002 Chris Ison wildcode@users.sourceforge.net
|
|
|
|
|
|
|
|
This file is part of Quakeforge and lib3Dfxgl.
|
|
|
|
|
2002-09-16 07:17:24 +00:00
|
|
|
Quakeforge and lib3Dfxgl are free software; you can redistribute them
|
|
|
|
and/or modify them under the terms of the GNU General Public License
|
|
|
|
as published by the Free Software Foundation; either version 2 of the
|
|
|
|
License, or (at your option) any later version.
|
2002-06-27 05:42:58 +00:00
|
|
|
|
2002-09-16 07:17:24 +00:00
|
|
|
Quakeforge and lib3Dfxgl are distributed in the hope that they will be
|
|
|
|
useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
|
2002-06-27 05:42:58 +00:00
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
|
|
|
|
|
|
|
See the GNU General Public License for more details.
|
|
|
|
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
|
|
along with Quakeforge and lib3Dfxgl; if not, write to:
|
|
|
|
|
|
|
|
Free Software Foundation, Inc.
|
|
|
|
59 Temple Place - Suite 330
|
|
|
|
Boston, MA 02111-1307, USA
|
|
|
|
|
|
|
|
$Id$
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
typedef int GrScreenResolution_t;
|
|
|
|
typedef int GrScreenRefresh_t;
|
|
|
|
typedef struct {
|
|
|
|
int i;
|
|
|
|
} *fxMesaContext;
|
|
|
|
|