From 2716ce41e08c3e112c209b3840ff60d6e9bc2bb2 Mon Sep 17 00:00:00 2001 From: Johannes Mueller Date: Fri, 21 Jul 2017 14:51:57 +0200 Subject: Indicate whether to show plugin's inline display in GUI This is currently done by an extension data similarly to LV2_INLINEDISPLAY__interface. --- libs/ardour/ardour/plugin.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/ardour/ardour/plugin.h') diff --git a/libs/ardour/ardour/plugin.h b/libs/ardour/ardour/plugin.h index c5eb7d31c9..4e7f45bc8a 100644 --- a/libs/ardour/ardour/plugin.h +++ b/libs/ardour/ardour/plugin.h @@ -171,6 +171,7 @@ class LIBARDOUR_API Plugin : public PBD::StatefulDestructible, public Latent } Display_Image_Surface; virtual bool has_inline_display () { return false; } + virtual bool inline_display_in_gui () { return false; } virtual Display_Image_Surface* render_inline_display (uint32_t, uint32_t) { return NULL; } PBD::Signal0 QueueDraw; -- cgit v1.2.3