Skip to content

Commit

Permalink
Update dispserv_x11.c
Browse files Browse the repository at this point in the history
  • Loading branch information
alphanu1 committed Feb 12, 2019
1 parent 45a2b5d commit 4ded3ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gfx/display_servers/dispserv_x11.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 4ded3ad

Please sign in to comment.