From 2d530e35ee67126c83afb89ed7a3066b65782f57 Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Sun, 11 Feb 2024 19:11:21 -0700 Subject: Import tinywl into the project, starting the compositor phase. Right now nothing interesting is happening, but the new tinywl implementation is successfully loading a plugin and calling a handler for 'handle keybinding', which is pretty slick. --- harness/src/plugin.c | 1 + 1 file changed, 1 insertion(+) (limited to 'harness/src/plugin.c') diff --git a/harness/src/plugin.c b/harness/src/plugin.c index 941cc01..d71608a 100644 --- a/harness/src/plugin.c +++ b/harness/src/plugin.c @@ -45,6 +45,7 @@ int read_plugin_from_file(const char *filename, plugin_t *plugin) { return 1; } + printf("Loading file.\n"); return load_plugin_from_dl(lib, plugin); } -- cgit