commit 345225c802ab5a0220f3856b2d574eedd0d71cde
parent 33098d681504954c68a995bc08e4d41315a78c79
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date: Tue, 15 Mar 2022 10:53:33 +0100
Remove the cookie from gesture the event
Diffstat:
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/include/clap/events.h b/include/clap/events.h
@@ -168,7 +168,6 @@ typedef struct clap_event_param_gesture {
// target parameter
clap_id param_id; // @ref clap_param_info.id
- void *cookie; // @ref clap_param_info.cookie
} clap_event_param_gesture_t;
enum clap_transport_flags {
diff --git a/include/clap/version.h b/include/clap/version.h
@@ -21,7 +21,7 @@ typedef struct clap_version {
#endif
static CLAP_CONSTEXPR const uint32_t CLAP_VERSION_MAJOR = 0;
-static CLAP_CONSTEXPR const uint32_t CLAP_VERSION_MINOR = 22;
+static CLAP_CONSTEXPR const uint32_t CLAP_VERSION_MINOR = 23;
static CLAP_CONSTEXPR const uint32_t CLAP_VERSION_REVISION = 0;
static CLAP_CONSTEXPR const clap_version_t CLAP_VERSION = {