From f0acb73d09b8593b346537ee0a01b73c11e913da Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sat, 8 Apr 2023 18:44:59 +0200 Subject: [PATCH] Add accessor for active lock info window lock id. --- server/TracyView.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/server/TracyView.hpp b/server/TracyView.hpp index b00223fc..358c1ad0 100644 --- a/server/TracyView.hpp +++ b/server/TracyView.hpp @@ -125,6 +125,7 @@ public: int GetNextGpuIdx() { return m_gpuIdx++; } const MessageData* GetMessageHighlight() const { return m_msgHighlight; } + uint32_t GetLockInfoWindow() const { return m_lockInfoWindow; } tracy_force_inline bool& Vis( const void* ptr ) {