Merge pull request #7410 from Nefsen402/wayland-fixes

Wayland fixes
This commit is contained in:
liamwhite 2022-12-15 12:05:01 -05:00 committed by GitHub
commit 3ff7a5de1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 121 additions and 62 deletions

View file

@ -131,6 +131,10 @@ public:
return active_config;
}
bool StrictContextRequired() const {
return strict_context_required;
}
/**
* Requests the internal configuration to be replaced by the specified argument at some point in
* the future.
@ -207,6 +211,8 @@ protected:
WindowSystemInfo window_info;
bool strict_context_required = false;
private:
/**
* Handler called when the minimal client area was requested to be changed via SetConfig.