mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 16:39:43 +00:00
xrandr spamming fix
This commit is contained in:
parent
7e7f95f2fe
commit
d8c36e5bb8
@ -70,9 +70,10 @@ static void x11_display_server_destroy(void *data)
|
||||
system(output);
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
sprintf(output,"xrandr --rmmode %s", old_mode);
|
||||
system(output);
|
||||
}
|
||||
|
||||
if (dispserv)
|
||||
free(dispserv);
|
||||
|
Loading…
Reference in New Issue
Block a user