From b50590f499271e6c1807285db538cd7684da327f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 1 Nov 2013 22:40:23 +0000 Subject: Implement static UI port notifications (fix #935). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@5172 a436a847-0d15-0410-975c-d299462d15a1 --- ingen/client/PluginUI.hpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ingen') diff --git a/ingen/client/PluginUI.hpp b/ingen/client/PluginUI.hpp index 12e970bf..1857d3e2 100644 --- a/ingen/client/PluginUI.hpp +++ b/ingen/client/PluginUI.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2012 David Robillard + Copyright 2007-2013 David Robillard Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free @@ -17,6 +17,8 @@ #ifndef INGEN_CLIENT_PLUGINUI_HPP #define INGEN_CLIENT_PLUGINUI_HPP +#include + #include "ingen/types.hpp" #include "lilv/lilv.h" @@ -67,6 +69,7 @@ private: SPtr _block; SuilInstance* _instance; LilvNode* _ui_node; + std::set _subscribed_ports; static SuilHost* ui_host; -- cgit v1.2.1