Update dispserv_x11.c

This commit is contained in:
alphanu1 2019-01-30 23:15:13 +00:00 committed by GitHub
parent 8344b0d049
commit 86696d3bf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ static void x11_display_server_destroy(void *data)
snprintf(output, sizeof(output),
"xrandr --newmode \"Desktop 700x480_59.94\" 13.849698 700 742 801 867 480 490 496 533 interlace -hsync -vsync");
"xrandr --newmode \"700x480_59.94\" 13.849698 700 742 801 867 480 490 496 533 interlace -hsync -vsync");
system(output);
snprintf(output, sizeof(output),
"xrandr --addmode %s 700x480_59.941002", orig_output);