Merge pull request #40 from alphanu1/alphanu1-patch-40

Linux switching CRT
This commit is contained in:
alphanu1 2018-04-29 15:44:29 +01:00 committed by GitHub
commit db2eaf97e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,7 @@ static void* x11_display_server_init(void)
static void x11_display_server_destroy(void *data)
{
system("xrandr -s 1024x576");
system("xrandr -s 704x480");
dispserv_x11_t *dispserv = (dispserv_x11_t*)data;
if (dispserv)