[idd] helper: show notification when no GPU is detected

This commit is contained in:
Quantum
2026-06-03 00:47:56 -04:00
parent ebeb9d028e
commit fec805fbe2
2 changed files with 29 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ class CNotifyWindow : public CWindow
LRESULT onNotifyIcon(UINT uEvent, WORD wIconId, int x, int y);
void registerIcon();
void noGPUNotification();
virtual LRESULT handleMessage(UINT uMsg, WPARAM wParam, LPARAM lParam) override;
virtual LRESULT onCreate() override;