aboutsummaryrefslogtreecommitdiff
path: root/plug/src/harness_adapter.c
diff options
context:
space:
mode:
authorJosh Rahm <joshuarahm@gmail.com>2026-01-01 20:29:02 -0700
committerJosh Rahm <joshuarahm@gmail.com>2026-01-01 20:29:02 -0700
commitcb657fa9fc8124bdab42eb148e9b4a8ac69fc05e (patch)
tree299ab9c10e0c6c40fe30f38f3c75286a282c6283 /plug/src/harness_adapter.c
parent88b5144ba82393e9efbffc8ba7ecc225d99dc9ed (diff)
downloadmontis-cb657fa9fc8124bdab42eb148e9b4a8ac69fc05e.tar.gz
montis-cb657fa9fc8124bdab42eb148e9b4a8ac69fc05e.tar.bz2
montis-cb657fa9fc8124bdab42eb148e9b4a8ac69fc05e.zip
[refactor] Wetterhorn -> Montis
Diffstat (limited to 'plug/src/harness_adapter.c')
-rw-r--r--plug/src/harness_adapter.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/plug/src/harness_adapter.c b/plug/src/harness_adapter.c
index 24b813c..0c27c91 100644
--- a/plug/src/harness_adapter.c
+++ b/plug/src/harness_adapter.c
@@ -9,7 +9,7 @@
#include <stdlib.h>
#include <unistd.h>
-const char *plugin_name = "Wetterhorn";
+const char *plugin_name = "Montis";
void* foreign_interface;
@@ -42,9 +42,9 @@ void shell_exec(const char* cmd) {
}
static const char msg[] =
- "Wetterhorn Plugin v 0.01\n\n"
+ "Montis Plugin v 0.01\n\n"
"Welcome, and thank you for your interest.\n\n"
- "This is merely a plugin to the Wetterhorn Compositor and not meant to be\n"
+ "This is merely a plugin to the Montis Compositor and not meant to be\n"
"executed as a standalone binary. This plugin requires a harness to run\n"
"To use this file, please use './wtr_harness [full-path-to-wtr.so]'\n"
"That will allow you to see how this compositor works in all its glory!\n";