mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-22 07:01:30 +00:00
[idd] helper: follow the active console session
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
|
||||
#pragma once
|
||||
#include "CWindow.h"
|
||||
#include <atomic>
|
||||
#include <stdint.h>
|
||||
#include <functional>
|
||||
#include <memory>
|
||||
@@ -36,7 +37,7 @@ class CNotifyWindow : public CWindow
|
||||
bool m_iconRegistered;
|
||||
std::optional<bool> m_gpuQueue;
|
||||
HMENU m_menu;
|
||||
bool closeRequested;
|
||||
std::atomic_bool closeRequested;
|
||||
bool m_recoveryActive;
|
||||
std::unique_ptr<CConfigWindow> m_config;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user