Merge with 2.0-ongoing R2943.

git-svn-id: svn://localhost/ardour2/branches/3.0@2944 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard 2008-01-19 05:06:33 +00:00
parent 4ca1fe7993
commit 7295d8e9f6
26 changed files with 410 additions and 157 deletions

View file

@ -210,9 +210,11 @@ class PluginUIWindow : public ArdourDialog
void resize_preferred();
virtual bool on_key_press_event (GdkEventKey*);
virtual bool on_key_release_event (GdkEventKey*);
bool on_key_press_event (GdkEventKey*);
bool on_key_release_event (GdkEventKey*);
void on_show ();
void on_hide ();
private:
PlugUIBase* _pluginui;
bool non_gtk_gui;