1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Highlight selected/hovered lock.

This commit is contained in:
Bartosz Taudul
2019-02-17 16:20:56 +01:00
parent d4fb6fde2b
commit ea4f4ebb3a
2 changed files with 47 additions and 29 deletions
+1
View File
@@ -238,6 +238,7 @@ private:
DecayValue<uint64_t> m_zoneSrcLocHighlight = 0;
LockHighlight m_lockHighlight { -1 };
DecayValue<const MessageData*> m_msgHighlight = nullptr;
DecayValue<uint32_t> m_lockHoverHighlight = InvalidId;
const MessageData* m_msgToFocus = nullptr;
const GpuEvent* m_gpuInfoWindow = nullptr;
const GpuEvent* m_gpuHighlight;