mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 23:32:09 +00:00
move x_gamma and vidmode_avail definitions into #ifdef HAVE_VIDMODE.
patch from that kimpornqueen person :)
This commit is contained in:
parent
6bf80a0100
commit
f732cd7932
1 changed files with 2 additions and 2 deletions
|
@ -91,9 +91,10 @@ static Atom aWMDelete = 0;
|
|||
static XF86VidModeModeInfo **vidmodes;
|
||||
static int nummodes;
|
||||
static int original_mode = 0;
|
||||
static double x_gamma;
|
||||
static qboolean vidmode_avail = false;
|
||||
#endif
|
||||
|
||||
static qboolean vidmode_avail = false;
|
||||
static qboolean vidmode_active = false;
|
||||
|
||||
cvar_t *vid_fullscreen;
|
||||
|
@ -101,7 +102,6 @@ cvar_t *vid_system_gamma;
|
|||
qboolean vid_gamma_avail;
|
||||
qboolean vid_fullscreen_active;
|
||||
static qboolean vid_context_created = false;
|
||||
static double x_gamma;
|
||||
|
||||
static int xss_timeout;
|
||||
static int xss_interval;
|
||||
|
|
Loading…
Reference in a new issue