mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-06 04:04:53 +01:00
Add a notifications mutex to the overlay.
This commit is contained in:
parent
92218b08c6
commit
39d1d8dcdf
2 changed files with 65 additions and 51 deletions
|
|
@ -92,6 +92,8 @@ class Steam_Overlay
|
|||
// Callback infos
|
||||
std::queue<Friend> has_friend_action;
|
||||
std::vector<Notification> notifications;
|
||||
std::recursive_mutex notifications_mutex;
|
||||
|
||||
bool overlay_state_changed;
|
||||
|
||||
std::recursive_mutex overlay_mutex;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue