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

Implement color selection for annotation region.

This commit is contained in:
Bartosz Taudul
2019-10-13 16:14:22 +02:00
parent f9e860f559
commit 20cf1d9f83
2 changed files with 9 additions and 2 deletions
+1
View File
@@ -516,6 +516,7 @@ struct Annotation
std::string text;
int64_t start;
int64_t end;
uint32_t color;
};
}