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

Extract notification area drawing to a separate function.

This commit is contained in:
Bartosz Taudul
2019-08-28 20:27:39 +02:00
parent a8eb99efcc
commit 85027c185d
2 changed files with 61 additions and 55 deletions
+1
View File
@@ -104,6 +104,7 @@ private:
void DrawTextContrast( ImDrawList* draw, const ImVec2& pos, uint32_t color, const char* text );
bool DrawImpl();
void DrawNotificationArea();
bool DrawConnection();
void DrawFrames();
bool DrawZoneFramesHeader();