mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2024-11-25 13:35:12 +00:00
Merge pull request #77 from Dominicentek/linuxcomp-fix
fix linux compositor
This commit is contained in:
commit
e1db5d5e04
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@ static void gfx_sdl_reset_dimension_and_pos(void) {
|
|||
}
|
||||
|
||||
static void gfx_sdl_init(const char *window_title) {
|
||||
SDL_SetHint(SDL_HINT_VIDEO_X11_NET_WM_BYPASS_COMPOSITOR, "0");
|
||||
SDL_Init(SDL_INIT_VIDEO);
|
||||
SDL_StartTextInput();
|
||||
|
||||
|
|
Loading…
Reference in a new issue