mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-10-11 01:48:09 +00:00
[idd] helper: add notification icon
This commit is contained in:
@@ -8,13 +8,19 @@
|
||||
|
||||
class CWindow {
|
||||
static ATOM s_atom;
|
||||
static UINT s_taskbarCreated;
|
||||
static LRESULT CALLBACK wndProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam);
|
||||
|
||||
HWND m_hwnd = NULL;
|
||||
NOTIFYICONDATA m_iconData;
|
||||
LRESULT handleMessage(UINT uMsg, WPARAM wParam, LPARAM lParam);
|
||||
LRESULT onCreate();
|
||||
void registerIcon();
|
||||
|
||||
public:
|
||||
static bool registerClass();
|
||||
CWindow();
|
||||
~CWindow();
|
||||
|
||||
HWND hwnd() { return m_hwnd; }
|
||||
};
|
||||
|
Reference in New Issue
Block a user