fix preview resolution switching

git-svn-id: svn://code.dyne.org/veejay/trunk@1363 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
Niels Elburg
2010-01-29 21:29:16 +00:00
parent 45ec6bad99
commit c4c0c9aa3e
4 changed files with 13 additions and 5 deletions

View File

@@ -40,8 +40,8 @@ The OpenSound Control WWW page is
#include <stdio.h>
#define MAX_ALIASES_PER_CONTAINER 3
#define MAX_CHILDREN_PER_CONTAINER 20
#define MAX_METHODS_PER_CONTAINER 30
#define MAX_CHILDREN_PER_CONTAINER 32
#define MAX_METHODS_PER_CONTAINER 32
#define BASE_NUM_TO_REALLOCATE 10