From d7b92d1b6dd1b152c7263763de7e8f6b174583d4 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Fri, 4 Aug 2023 19:59:22 -0700 Subject: modules/rkt: make default module "compose" Most of the time in scener you want to add a compose, you basically never want blank, so the :blank thing was kind of silly from the perspective of what happens most often. --- src/modules/rkt/rkt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules') diff --git a/src/modules/rkt/rkt.c b/src/modules/rkt/rkt.c index 263da23..f5f73e7 100644 --- a/src/modules/rkt/rkt.c +++ b/src/modules/rkt/rkt.c @@ -27,7 +27,7 @@ * GNU Rocket (https://github.com/rocket/rocket) */ -#define RKT_DEFAULT_SCENE_MODULE ":blank" +#define RKT_DEFAULT_SCENE_MODULE "compose" /* variadic helper wrapping librocket's sync_get_track() */ static const struct sync_track * rkt_sync_get_trackf(rkt_context_t *ctxt, const char *format, ...) -- cgit v1.2.1