From f481ea09f9f69c96575662d7b67d290f380aee83 Mon Sep 17 00:00:00 2001 From: allusive-dev Date: Wed, 15 Nov 2023 15:13:38 +1100 Subject: merge with compfy again lol --- src/diagnostic.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/diagnostic.c') diff --git a/src/diagnostic.c b/src/diagnostic.c index 2cb3c8f..85f5ecd 100644 --- a/src/diagnostic.c +++ b/src/diagnostic.c @@ -9,10 +9,10 @@ #include "common.h" #include "config.h" #include "diagnostic.h" -#include "picom.h" +#include "compfy.h" void print_diagnostics(session_t *ps, const char *config_file, bool compositor_running) { - printf("**Version:** " PICOM_VERSION "\n"); + printf("**Version:** " COMPFY_VERSION "\n"); //printf("**CFLAGS:** %s\n", "??"); printf("\n### Extensions:\n\n"); printf("* Shape: %s\n", ps->shape_exists ? "Yes" : "No"); -- cgit v1.2.3