aboutsummaryrefslogtreecommitdiff
path: root/src/diagnostic.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/diagnostic.c')
-rw-r--r--src/diagnostic.c4
1 files changed, 2 insertions, 2 deletions
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");