feat(glue): display login status in ui

This commit is contained in:
fallenoak 2023-02-07 23:36:15 -06:00
parent 6b2af7ed1e
commit 3f534da2c5
No known key found for this signature in database
GPG key ID: 7628F8E61AEA070D
2 changed files with 62 additions and 2 deletions

View file

@ -52,6 +52,7 @@ class CGlueMgr {
static int32_t m_suspended;
// Static functions
static void DisplayLoginStatus();
// TODO a1: const EVENT_DATA_IDLE*
static int32_t HandleDisplaySizeChanged(const CSizeEvent& event);
static int32_t Idle(const void* a1, void* a2);