16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 18:19:19 +02:00

python screen windows without context sharing

This commit is contained in:
milek7
2019-03-18 17:02:54 +01:00
parent efb041aaa0
commit 99e7ef5513
12 changed files with 156 additions and 54 deletions

View File

@@ -796,6 +796,11 @@ global_settings::ConfigParse(cParser &Parser) {
Parser.getTokens(1);
Parser >> python_threadedupload;
}
else if (token == "python.sharectx")
{
Parser.getTokens(1);
Parser >> python_sharectx;
}
else if (token == "python.vsync")
{
Parser.getTokens(1);