mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-06 04:04:53 +01:00
Thread related overlay improvements.
This commit is contained in:
parent
6d96784af1
commit
eace15df47
2 changed files with 19 additions and 9 deletions
|
|
@ -31,6 +31,8 @@ struct friend_window_state
|
|||
};
|
||||
std::string chat_history;
|
||||
char chat_input[max_chat_len];
|
||||
|
||||
bool has_lobby;
|
||||
};
|
||||
|
||||
struct Friend_Less
|
||||
|
|
@ -93,6 +95,7 @@ class Steam_Overlay
|
|||
bool overlay_state_changed;
|
||||
|
||||
std::recursive_mutex overlay_mutex;
|
||||
std::atomic<bool> i_have_lobby;
|
||||
|
||||
Steam_Overlay(Steam_Overlay const&) = delete;
|
||||
Steam_Overlay(Steam_Overlay&&) = delete;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue