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

Document lock state colors.

This commit is contained in:
Bartosz Taudul
2017-10-28 12:40:25 +02:00
parent e5865cb23e
commit 71504c4e53
+3 -3
View File
@@ -2157,9 +2157,9 @@ int View::DrawLocks( uint64_t tid, bool hover, double pxns, const ImVec2& wpos,
enum class State
{
Nothing,
HasLock,
HasBlockingLock,
WaitLock
HasLock, // green
HasBlockingLock, // yellow
WaitLock // red
};
int cnt = 0;