mirror of
https://gitlab.com/Mr_Goldberg/goldberg_emulator.git
synced 2025-12-06 04:04:53 +01:00
Changed windows id and fixed chat layout
This commit is contained in:
parent
d467248236
commit
bce574dc43
2 changed files with 91 additions and 13 deletions
|
|
@ -21,6 +21,7 @@ enum window_state
|
|||
|
||||
struct friend_window_state
|
||||
{
|
||||
int id;
|
||||
uint8 window_state;
|
||||
union // The invitation (if any)
|
||||
{
|
||||
|
|
@ -51,6 +52,8 @@ struct Notification
|
|||
static constexpr float g = 0.29;
|
||||
static constexpr float b = 0.48;
|
||||
static constexpr float max_alpha = 0.5f;
|
||||
|
||||
int id;
|
||||
std::chrono::seconds start_time;
|
||||
std::string message;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue