From be1ef8cee5f68eb9afecca94071069a1ff82825e Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Fri, 14 Mar 2025 11:34:10 -0600 Subject: Rebrand away from Tinywl to Montis. --- harness/src/plugin.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'harness/src/plugin.c') diff --git a/harness/src/plugin.c b/harness/src/plugin.c index 38dd0bf..37a6dd3 100644 --- a/harness/src/plugin.c +++ b/harness/src/plugin.c @@ -11,6 +11,7 @@ #include #include +/* Utility function for showing the marshalled states as hex code */ static void shx(uint8_t *state, uint32_t sz) { uint32_t i = 0; @@ -108,7 +109,7 @@ void do_request_exit(void *plugv, int ec) } static void* plugin_get_seat(void* ctx) { - struct tinywl_server* server = wl_container_of(ctx, server, plugin); + struct montis_server* server = wl_container_of(ctx, server, plugin); return server->seat; } -- cgit