Merge pull request #6710 from alphanu1/patch-2

Fix screen position for CRT user
This commit is contained in:
Twinaphex 2018-05-03 12:19:40 +02:00 committed by GitHub
commit 78d571239c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ static bool x11_set_resolution(void *data,
crt_en = true;
hsp = width*1.12;
hsp = width*1.14;
/* set core refresh from hz */
video_monitor_set_refresh_rate(hz);