mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
Merge pull request #86 from alphanu1/alphanu1-patch-79
xrandr spamming fix
This commit is contained in:
commit
522d30d52d
@ -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…
x
Reference in New Issue
Block a user