Update dispserv_x11.c
This commit is contained in:
parent
45a2b5d9b3
commit
4ded3ad983
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue