From 68f1eda65dd6ca86583115fbfe74803117a5e464 Mon Sep 17 00:00:00 2001 From: Alexandre Bique Date: Wed, 18 Sep 2024 16:11:16 +0200 Subject: [PATCH] Update include/clap/ext/draft/undo.h Co-authored-by: Trinitou <106991375+Trinitou@users.noreply.github.com> --- include/clap/ext/draft/undo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/clap/ext/draft/undo.h b/include/clap/ext/draft/undo.h index c84e9608..68fe2a3b 100644 --- a/include/clap/ext/draft/undo.h +++ b/include/clap/ext/draft/undo.h @@ -108,7 +108,7 @@ typedef struct clap_plugin_undo_context { // Sets the name of the next undo or redo step. // name: null terminated string. - // [main-thread] + // [main-thread & plugin-subscribed-to-undo-context] void(CLAP_ABI *set_undo_name)(const clap_plugin_t *plugin, const char *name); void(CLAP_ABI *set_redo_name)(const clap_plugin_t *plugin, const char *name); } clap_plugin_undo_context_t;