add new-output handler

This commit is contained in:
Leon Henrik Plickat
2024-03-21 03:40:46 +01:00
parent a5b129d637
commit 744ce4b1eb
8 changed files with 116 additions and 2 deletions

View File

@@ -34,6 +34,7 @@ struct Context context = {
* that is intended or will disappear in the future. Special care must be taken
* to never call any scm_* function on these while they are NULL.
*/
.new_output_handler = NULL,
.layout_demand_handler = NULL,
.user_command_handler = NULL,
.exit_handler = NULL,