X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fpatchgui.h;h=e16dfce55ee8a2c8fa399d94efdc04f36c55ab8c;hb=38cb4182e11e57fc426bede3825e825e9d61433b;hp=c2c4132eea2c0f747fae70c627aa6ff5064f8770;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/patchgui.h b/cinelerra-5.1/cinelerra/patchgui.h index c2c4132e..e16dfce5 100644 --- a/cinelerra-5.1/cinelerra/patchgui.h +++ b/cinelerra-5.1/cinelerra/patchgui.h @@ -2,21 +2,21 @@ /* * CINELERRA * Copyright (C) 2008 Adam Williams - * + * * 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * + * */ #ifndef PATCHGUI_H @@ -44,16 +44,16 @@ class NudgePatch; class PatchGUI { public: - PatchGUI(MWindow *mwindow, - PatchBay *patchbay, - Track *track, - int x, + PatchGUI(MWindow *mwindow, + PatchBay *patchbay, + Track *track, + int x, int y); virtual ~PatchGUI(); virtual void create_objects(); virtual int reposition(int x, int y); - void toggle_behavior(int type, + void toggle_behavior(int type, int value, BC_Toggle *toggle, int *output); @@ -153,7 +153,6 @@ public: MutePatch(MWindow *mwindow, PatchGUI *patch, int x, int y); int button_press_event(); int button_release_event(); - static IntAuto* get_keyframe(MWindow *mwindow, PatchGUI *patch); MWindow *mwindow; PatchGUI *patch; };