ZynAddSubFX: rebuilt UI files with non-buggy Fluid

The SVN version of Fluid does not create implementations for empty
functions anymore. This made some source files miss some required
functions. Fix this by rebuilding with a better version of Fluid.
This commit is contained in:
Tobias Doerffel
2009-09-25 01:40:06 +02:00
parent e4a433de5b
commit 58c526ecb6
4 changed files with 15 additions and 0 deletions

View File

@@ -4,6 +4,9 @@
//Copyright (c) 2002-2005 Nasca Octavian Paul
//License: GNU GPL version 2 or later
void BankProcess_::process() {
}
BankSlot::BankSlot(int x,int y, int w, int h, const char *label):Fl_Button(x,y,w,h,label) {
what=NULL;
whatslot=NULL;

View File

@@ -80,6 +80,9 @@ for (i=0;i<n;i++){
delete [] spc;
}
PSlider::PSlider(int x,int y, int w, int h, const char *label):Fl_Slider(x,y,w,h,label) {
}
int PSlider::handle(int event) {
int X=x(),Y=y(),W=w(),H=h();

View File

@@ -65,6 +65,9 @@ PartSysEffSend::~PartSysEffSend() {
//delete(syseffsend);
}
void PartUI_::showparameters(int kititem,int engine) {
}
void PartKitItem::cb_minkcounter_i(Fl_Counter* o, void*) {
part->kit[n].Pminkey=(int)o->value();
}

View File

@@ -2,6 +2,12 @@
#include "PresetsUI.h"
void PresetsUI_::refresh() {
}
PresetsUI_::~PresetsUI_() {
}
void PresetsUI::cb_copybrowse_i(Fl_Browser* o, void*) {
int val=o->value();
if (val!=0){