mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-02-15 16:30:50 +00:00
make gl compile/link with the new cvar system
This commit is contained in:
parent
b53e2c9edd
commit
29f088f349
2 changed files with 2 additions and 1 deletions
|
@ -85,6 +85,7 @@ unsigned char d_15to8table[65536];
|
|||
cvar_t *vid_mode;
|
||||
cvar_t *vid_glx_fullscreen;
|
||||
extern cvar_t *gl_triplebuffer;
|
||||
extern cvar_t *vid_dga_mouseaccel;
|
||||
|
||||
#ifdef HAS_DGA
|
||||
static int nummodes;
|
||||
|
|
|
@ -68,7 +68,7 @@ cvar_t *m_filter;
|
|||
#ifdef HAS_DGA
|
||||
qboolean dgamouse = 0;
|
||||
//static cvar_t vid_dga_mouseaccel = {"vid_dga_mouseaccel", "1", CVAR_ARCHIVE};
|
||||
static cvar_t *vid_dga_mouseaccel;
|
||||
cvar_t *vid_dga_mouseaccel;
|
||||
#endif
|
||||
|
||||
static qboolean mouse_avail;
|
||||
|
|
Loading…
Reference in a new issue