mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
engine: platform: sdl: revert disabled NET_WM_BYPASS_COMPOSITOR
This commit is contained in:
@@ -1027,7 +1027,6 @@ qboolean R_Init_Video( ref_graphic_apis_t type )
|
||||
SDL_SetHint( SDL_HINT_QTWAYLAND_CONTENT_ORIENTATION, "landscape" );
|
||||
SDL_SetHint( SDL_HINT_VIDEO_X11_XRANDR, "1" );
|
||||
SDL_SetHint( SDL_HINT_VIDEO_X11_XVIDMODE, "1" );
|
||||
SDL_SetHint( SDL_HINT_VIDEO_X11_NET_WM_BYPASS_COMPOSITOR, "0" );
|
||||
|
||||
switch( type )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user