Merge pull request #6412 from GPUCode/wayland-oops

Port yuzu-emu/yuzu#7410: "Wayland fixes"
This commit is contained in:
SachinVin 2023-04-08 16:51:56 +05:30 committed by GitHub
commit e4e9fb4aed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 52 additions and 25 deletions

View file

@ -203,6 +203,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.
@ -268,6 +272,7 @@ protected:
}
bool is_secondary{};
bool strict_context_required{};
WindowSystemInfo window_info;
private: