Add a notifications mutex to the overlay.

This commit is contained in:
Mr_Goldberg 2020-01-26 17:24:16 -05:00
parent 92218b08c6
commit 39d1d8dcdf
No known key found for this signature in database
GPG key ID: 8597D87419DEF278
2 changed files with 65 additions and 51 deletions

View file

@ -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;