mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-24 00:30:01 +01:00
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:
@@ -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 *),
|
||||
|
||||
Reference in New Issue
Block a user