From 1446525ac78b25932db12e4e690184b137fc6aa8 Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Thu, 13 Jul 2023 21:36:00 -0700 Subject: til_args,*_fb: introduce --title= and wire up to til_fb_t For meta-demo use cases like alphazed is experimenting with, it's desirable to change the window title from "rototiller" to "alphazed" or whatever if in windowed mode. This adds a way to do that in the obvious fashion... --title="alphazed" etc. --- src/til_args.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/til_args.h') diff --git a/src/til_args.h b/src/til_args.h index 7c21668..d49211e 100644 --- a/src/til_args.h +++ b/src/til_args.h @@ -7,6 +7,7 @@ typedef struct til_args_t { const char *module; const char *video; const char *seed; + const char *title; unsigned use_defaults:1; unsigned help:1; -- cgit v1.2.1