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

Conditional framerate limiting on Wayland.

This commit is contained in:
Bartosz Taudul
2024-03-29 21:56:54 +01:00
parent c21170cc01
commit e85457815e
2 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ void* zigzagTex;
static Backend* bptr;
static bool s_customTitle = false;
static bool s_isElevated = false;
static tracy::Config s_config;
tracy::Config s_config;
static void SetWindowTitleCallback( const char* title )
{