diff options
Diffstat (limited to 'lv2/ui')
-rw-r--r-- | lv2/ui/ui.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lv2/ui/ui.h b/lv2/ui/ui.h index 828a8e1..ddc7f9d 100644 --- a/lv2/ui/ui.h +++ b/lv2/ui/ui.h @@ -36,6 +36,8 @@ #include <stdbool.h> #include <stdint.h> +// clang-format off + #define LV2_UI_URI "http://lv2plug.in/ns/extensions/ui" ///< http://lv2plug.in/ns/extensions/ui #define LV2_UI_PREFIX LV2_UI_URI "#" ///< http://lv2plug.in/ns/extensions/ui# @@ -74,6 +76,8 @@ #define LV2_UI__foregroundColor LV2_UI_PREFIX "foregroundColor" ///< http://lv2plug.in/ns/extensions/ui#foregroundColor #define LV2_UI__backgroundColor LV2_UI_PREFIX "backgroundColor" ///< http://lv2plug.in/ns/extensions/ui#backgroundColor +// clang-format on + /** The index returned by LV2UI_Port_Map::port_index() for unknown ports. */ |