Merge pull request #86 from alphanu1/alphanu1-patch-79

xrandr spamming fix
This commit is contained in:
alphanu1 2018-09-10 17:42:44 +01:00 committed by GitHub
commit 522d30d52d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,9 +70,10 @@ static void x11_display_server_destroy(void *data)
system(output);
}
}
sprintf(output,"xrandr --rmmode %s", old_mode);
system(output);
}
if (dispserv)
free(dispserv);