mirror of
https://github.com/libretro/RetroArch
synced 2025-04-16 08:43:10 +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);
|
system(output);
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
|
||||||
sprintf(output,"xrandr --rmmode %s", old_mode);
|
sprintf(output,"xrandr --rmmode %s", old_mode);
|
||||||
system(output);
|
system(output);
|
||||||
|
}
|
||||||
|
|
||||||
if (dispserv)
|
if (dispserv)
|
||||||
free(dispserv);
|
free(dispserv);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user