aboutsummaryrefslogtreecommitdiff
path: root/src/diagnostic.c
diff options
context:
space:
mode:
authorallusive-dev <[email protected]>2023-11-15 15:13:38 +1100
committerallusive-dev <[email protected]>2023-11-15 15:13:38 +1100
commitf481ea09f9f69c96575662d7b67d290f380aee83 (patch)
tree9155652619c26d1a028ddc63eb7a0c29094dd0d3 /src/diagnostic.c
parentUpdate README.md (diff)
downloadcompfy-1.6.0.tar.xz
compfy-1.6.0.zip
merge with compfy again lol1.6.0
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");