Update dispserv_x11.c

This commit is contained in:
alphanu1 2018-09-09 12:50:28 +01:00 committed by GitHub
parent 557fe10bac
commit 1b4439413c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -131,8 +131,8 @@ static bool x11_set_resolution(void *data,
/* following code is the mode line genorator */
hsp = width*1.145;
hfp = width*1.025;
hsp = width*1.140;
hfp = width*1.045;
pwidth = width;