mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Document lock state colors.
This commit is contained in:
parent
e5865cb23e
commit
71504c4e53
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user