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

Update ImGui to 1.91.4-docking.

This commit is contained in:
Bartosz Taudul
2024-10-18 22:58:04 +02:00
parent d0a7ee1692
commit 3dc68bcb76
8 changed files with 36 additions and 57 deletions
+2 -2
View File
@@ -112,11 +112,11 @@ static bool showReleaseNotes = false;
static std::string releaseNotes;
static uint8_t* iconPx;
static int iconX, iconY;
static void* iconTex;
static ImTextureID iconTex;
static int iconTexSz;
static uint8_t* zigzagPx[6];
static int zigzagX[6], zigzagY[6];
void* zigzagTex;
ImTextureID zigzagTex;
static Backend* bptr;
static bool s_customTitle = false;
static bool s_isElevated = false;