Viewporter implementaion (#585)

Implementation of the `wp_viewporter` core protocol and some bugfixes
This commit is contained in:
Vaxry
2022-08-28 10:14:43 +02:00
committed by GitHub
parent 8b5c64c8fd
commit 52c0ba544c
7 changed files with 93 additions and 54 deletions

View File

@@ -73,6 +73,9 @@ struct SRenderData {
// only for windows, not popups
bool squishOversized = true;
// for calculating UV
CWindow* pWindow = nullptr;
};
struct SExtensionFindingData {