commit ccc8c95bdf4f1b72ac73e3783620ecd8abf34b68
parent 582a30ff34681ede47a8890d9f5fff01188e4a87
Author: Alexandre BIQUE <bique.alexandre@gmail.com>
Date: Mon, 31 May 2021 09:23:28 +0200
file-reference: let the host know it the file belongs to a plugin collection
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/include/clap/ext/draft/file-reference.h b/include/clap/ext/draft/file-reference.h
@@ -25,6 +25,7 @@ extern "C" {
typedef struct clap_file_reference {
clap_id resource_id;
char path[CLAP_PATH_SIZE];
+ bool belongs_to_plugin_collection;
} clap_file_reference;
typedef struct clap_plugin_file_reference {