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

Message list window.

This commit is contained in:
Bartosz Taudul
2017-10-14 14:36:30 +02:00
parent fa8030009f
commit 3ba349565a
2 changed files with 26 additions and 0 deletions
+2
View File
@@ -153,6 +153,7 @@ private:
int DrawPlots( int offset, double pxns, const ImVec2& wpos, bool hover );
void DrawPlotPoint( const ImVec2& wpos, float x, float y, int offset, uint32_t color, bool hover, bool hasPrev, double val, double prev );
void DrawOptions();
void DrawMessages();
void HandleZoneViewMouse( int64_t timespan, const ImVec2& wpos, float w, double& pxns );
@@ -236,6 +237,7 @@ private:
LockHighlight m_lockHighlight;
bool m_showOptions;
bool m_showMessages;
bool m_drawZones;
bool m_drawLocks;
bool m_drawPlots;