From bb52acc8b7ad073068c9a2dc656d4fecf935d710 Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Tue, 16 Jun 2026 18:16:18 +0200 Subject: Adds final tweaks to data client/server --- core/client.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'core/client.cpp') diff --git a/core/client.cpp b/core/client.cpp index cf85b27..2ca419a 100644 --- a/core/client.cpp +++ b/core/client.cpp @@ -45,7 +45,6 @@ // ---------------------------------------------------------------------------- #define COLOR_BLACK ImVec4(0.f, 0.f, 0.f, 1.f) #define FONT_SIZE 12.f -#define FONT_SOURCE "/usr/share/fonts/droid/DroidSansMono.ttf" #define GLSL_VERSION "#version 130" #define PLOT_MIN_COLS 1 #define PLOT_MAX_COLS 8 @@ -204,7 +203,7 @@ private: // ---------------------------------------------------------------------------- // [SECTION] Plots // ---------------------------------------------------------------------------- -#include "arch_plots.cpp" +#include "plots.cpp" std::array g_core_traces = std::to_array>({ {"rowid", "rowid"}, -- cgit v1.2.1