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:
parent
e5865cb23e
commit
71504c4e53
@ -2157,9 +2157,9 @@ int View::DrawLocks( uint64_t tid, bool hover, double pxns, const ImVec2& wpos,
|
|||||||
enum class State
|
enum class State
|
||||||
{
|
{
|
||||||
Nothing,
|
Nothing,
|
||||||
HasLock,
|
HasLock, // green
|
||||||
HasBlockingLock,
|
HasBlockingLock, // yellow
|
||||||
WaitLock
|
WaitLock // red
|
||||||
};
|
};
|
||||||
|
|
||||||
int cnt = 0;
|
int cnt = 0;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user