Merge pull request #64710 from MinusKube/window-size-crash

Prevent windows from having a size greater than device limit
This commit is contained in:
Clay John 2022-10-27 10:02:44 -07:00 committed by GitHub
commit 8fd92ed867
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 69 additions and 0 deletions

View file

@ -994,6 +994,8 @@ public:
virtual void set_print_gpu_profile(bool p_enable) override;
virtual Size2i get_maximum_viewport_size() const override;
RenderingServerDefault(bool p_create_thread = false);
~RenderingServerDefault();
};