fix preview size, pad port number, UI is less then 750 in height

git-svn-id: svn://code.dyne.org/veejay/trunk@1283 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
Niels Elburg
2008-12-29 23:41:35 +00:00
parent bb7dec3ff3
commit 7025f10171
6 changed files with 21 additions and 16 deletions

View File

@@ -1,6 +1,9 @@
#ifndef MTRACK_H
#define MTRACK_H
#define DEFAULT_PREVIEW_WIDTH (int)(352.0f*0.85f)
#define DEFAULT_PREVIEW_HEIGHT (int)(288.0f*0.85f)
void *multitrack_new(
void (*f)(int,char*,int),
int (*g)(GdkPixbuf *, GdkPixbuf *, GtkImage *),