diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-03-30 02:07:55 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-03-30 02:07:55 +0100 |
commit | 42ef50fe07c6e255dba7ea765f4270a72ec14106 (patch) | |
tree | cc10fd078e09008aba569d91e7c73513179e07a3 /src | |
parent | 166991835ff0072b83f9f6ac62ed8ac4ebd27385 (diff) |
Revert "Force x11"
This reverts commit 166991835ff0072b83f9f6ac62ed8ac4ebd27385.
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index 2e8aa32..7e13ec9 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -947,8 +947,6 @@ bool CMainApplication::BInit() // Needed for mpv SDL_SetHint(SDL_HINT_NO_SIGNAL_HANDLERS, "no"); - SDL_SetHint(SDL_HINT_VIDEODRIVER, "x11"); - m_pCompanionWindow = SDL_CreateWindow( "vr-video-player", nWindowPosX, nWindowPosY, m_nCompanionWindowWidth, m_nCompanionWindowHeight, unWindowFlags ); if (m_pCompanionWindow == NULL) { |