mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 20:55:48 +01:00
Fix windows VST build.
git-svn-id: svn://localhost/ardour2/branches/3.0@10787 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
be951eca95
commit
fbc147d929
2 changed files with 0 additions and 6 deletions
|
|
@ -50,10 +50,6 @@ WindowsVSTPluginUI::package (Gtk::Window& win)
|
|||
{
|
||||
VSTPluginUI::package (win);
|
||||
|
||||
/* This assumes that the window's owner understands the XEmbed protocol */
|
||||
|
||||
_socket.add_id (fst_get_XID (_vst->state ()));
|
||||
|
||||
fst_move_window_into_view (_vst->state ());
|
||||
|
||||
return 0;
|
||||
|
|
|
|||
|
|
@ -25,8 +25,6 @@ public:
|
|||
WindowsVSTPluginUI (boost::shared_ptr<ARDOUR::PluginInsert>, boost::shared_ptr<ARDOUR::VSTPlugin>);
|
||||
~WindowsVSTPluginUI ();
|
||||
|
||||
gint get_preferred_height ();
|
||||
gint get_preferred_width ();
|
||||
bool start_updating (GdkEventAny*) { return false; }
|
||||
bool stop_updating (GdkEventAny*) { return false; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue