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-06-17 01:59:16 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2019-06-17 02:01:56 +0300
commitf27cead040c0f95a82f15e9c6fc091f57d0893d2 (patch)
treedc9cf14b5a21135d63dbc75728799b97c0766efd /server/TracyView.hpp
parent099933e66d7be6c1b101face358d210d019d64b4 (diff)
Add hovered frame markers on histogram.
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 52a66bfc..3194926a 100644
--- a/server/TracyView.hpp
+++ b/server/TracyView.hpp
@@ -264,6 +264,7 @@ private:
const FrameData* m_frames;
uint32_t m_lockInfoWindow = InvalidId;
ZoneEvent* m_zoneHover = nullptr;
+ int m_frameHover = -1;
Region m_highlight;
Region m_highlightZoom;