Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Taudul <wolf.pld@gmail.com>2019-08-02 00:14:09 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2019-08-02 00:14:09 +0300
commita4e7a341c06b47f267bbda6463bceb220c6b174b (patch)
tree30dfe7f4ca139c0db8aa818d212b933836a677e3 /server/TracyView.hpp
parent344d36086fe96913c82a189e3a9a271b9c856145 (diff)
Proper handling of disconnect request.
Diffstat (limited to 'server/TracyView.hpp')
-rw-r--r--server/TracyView.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/TracyView.hpp b/server/TracyView.hpp
index a2b88527..f9fe45bb 100644
--- a/server/TracyView.hpp
+++ b/server/TracyView.hpp
@@ -271,6 +271,7 @@ private:
ImGuiTextFilter m_messageFilter;
bool m_messageFilterWasActive = false;
int m_visibleMessages = 0;
+ bool m_disconnectIssued = false;
Region m_highlight;
Region m_highlightZoom;