mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-04-04 05:51:57 +00:00
vid_fullscreen cvar cleanup
This commit is contained in:
parent
6868542519
commit
cf8afd73a3
2 changed files with 1 additions and 5 deletions
|
@ -241,7 +241,7 @@ x11_set_vidmode(int width, int height)
|
|||
{
|
||||
int i;
|
||||
|
||||
vid_fullscreen = Cvar_Get ("vid_fullscreen","0",0,"None");
|
||||
vid_fullscreen = Cvar_Get ("vid_fullscreen","0",0,"Toggles fullscreen game mode");
|
||||
|
||||
XGetScreenSaver (x_disp, &xss_timeout, &xss_interval, &xss_blanking,
|
||||
&xss_exposures);
|
||||
|
|
|
@ -97,8 +97,6 @@ int VID_options_items = 1;
|
|||
|
||||
static byte current_palette[768];
|
||||
|
||||
cvar_t *vid_fullscreen;
|
||||
|
||||
typedef unsigned short PIXEL16;
|
||||
typedef unsigned long PIXEL24;
|
||||
static PIXEL16 st2d_8to16table[256];
|
||||
|
@ -456,8 +454,6 @@ void VID_Init (unsigned char *palette)
|
|||
int template_mask;
|
||||
|
||||
//plugin_load("in_x11.so");
|
||||
vid_fullscreen = Cvar_Get ("vid_fullscreen","0",CVAR_NONE,
|
||||
"Toggles fullscreen game mode");
|
||||
// Cmd_AddCommand("gamma", VID_Gamma_f);
|
||||
for (i=0; i < 256; i++) vid_gamma[i] = i;
|
||||
|
||||
|
|
Loading…
Reference in a new issue