Cleaning window managers for consistency.

This commit is contained in:
James Grogan 2022-11-12 15:34:54 +00:00
parent 5d984aa61d
commit 392a2b7889
28 changed files with 452 additions and 325 deletions

View file

@ -62,6 +62,8 @@ public:
void clear();
void clearPlatformWindow();
private:
int mHandle {-1};
WidgetUPtr mWidget {nullptr};