X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Flxvst_plugin_ui.h;h=14440c3b38c59e29b8f0a9751e07482ff973d6d5;hb=cef341631b55526e4b2bad940064491922c07701;hp=5ddc68e33e4784409423d1276069795f892bf185;hpb=aed44005b26eb359025b33f10c8d588ab732d096;p=ardour.git diff --git a/gtk2_ardour/lxvst_plugin_ui.h b/gtk2_ardour/lxvst_plugin_ui.h old mode 100755 new mode 100644 index 5ddc68e33e..14440c3b38 --- a/gtk2_ardour/lxvst_plugin_ui.h +++ b/gtk2_ardour/lxvst_plugin_ui.h @@ -1,3 +1,22 @@ +/* + Copyright (C) 2012 Paul Davis + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + +*/ + #ifndef __lxvst_plugin_ui_h__ #define __lxvst_plugin_ui_h__ @@ -18,7 +37,7 @@ class LXVSTPluginUI : public VSTPluginUI ~LXVSTPluginUI (); int get_preferred_height (); - + bool start_updating (GdkEventAny *); bool stop_updating (GdkEventAny *);