Update dispserv_x11.c

This commit is contained in:
alphanu1 2019-02-12 22:41:46 +00:00
parent 45a2b5d9b3
commit 4ded3ad983
1 changed files with 2 additions and 2 deletions

View File

@ -187,8 +187,8 @@ static bool x11_display_server_set_resolution(void *data,
hfp = width * 1.055;
hbp = width * roundw - 8;
}else {
hfp = (width * 1.055) + (width / 48);
hbp = (width * roundw) + (width /16);
hfp = (width * 1.055) + (width / 40);
hbp = (width * roundw) + (width /24);
xoffset = xoffset*2;
}