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

splittable python windows

This commit is contained in:
milek7
2019-03-13 01:03:38 +01:00
parent 38ea3f5737
commit ef82aa8589
11 changed files with 179 additions and 135 deletions

View File

@@ -182,7 +182,6 @@ struct global_settings {
std::chrono::duration<float> minframetime {0.0f};
std::unordered_map<std::string, std::string> python_monitormap;
std::string fullscreen_monitor;
bool python_mipmaps = true;
@@ -215,8 +214,8 @@ struct global_settings {
std::string monitor;
glm::ivec2 size;
glm::ivec2 offset;
glm::ivec2 cut;
glm::vec2 offset;
glm::vec2 scale;
};
std::vector<pythonviewport_config> python_viewports;