From: havoc Date: Sat, 19 Mar 2011 18:50:30 +0000 (+0000) Subject: use vid_netwmfullscreen 1 by default (yes I know auto-detection is not X-Git-Tag: xonotic-v0.5.0~398 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=ae11aadc938a5758cbe4d5f879145030f4b2a735;p=xonotic%2Fdarkplaces.git use vid_netwmfullscreen 1 by default (yes I know auto-detection is not coded, but xorg supports it so I don't really care...) git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10934 d7cf8633-e32d-0410-b094-e92efae38249 ::stable-branch::merge=be2c58a954310900e9ce53adfb1b786d62d172bc --- diff --git a/vid_glx.c b/vid_glx.c index 342e52db..2a718d80 100644 --- a/vid_glx.c +++ b/vid_glx.c @@ -112,7 +112,7 @@ static int vid_x11_gammarampsize = 0; cvar_t vid_dgamouse = {CVAR_SAVE, "vid_dgamouse", "0", "make use of DGA mouse input"}; static qboolean vid_usingdgamouse = false; #endif -cvar_t vid_netwmfullscreen = {CVAR_SAVE, "vid_netwmfullscreen", "0", "make use _NET_WM_STATE_FULLSCREEN; turn this off if fullscreen does not work for you"}; +cvar_t vid_netwmfullscreen = {CVAR_SAVE, "vid_netwmfullscreen", "1", "make use _NET_WM_STATE_FULLSCREEN; turn this off if fullscreen does not work for you"}; qboolean vidmode_ext = false;