ui changes

git-svn-id: svn://code.dyne.org/veejay/trunk@1214 eb8d1916-c9e9-0310-b8de-cf0c9472ead5
This commit is contained in:
Niels Elburg
2008-11-24 21:03:56 +00:00
parent 97de448b95
commit 4868d51ca5
3 changed files with 1147 additions and 1184 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -6547,6 +6547,7 @@ void vj_gui_init(char *glade_file, int launcher, char *hostname, int port_num,
veejay_memset(&(info->watch.p_time),0,sizeof(struct timeval)); veejay_memset(&(info->watch.p_time),0,sizeof(struct timeval));
info->midi = vj_midi_new( info->main_window ); info->midi = vj_midi_new( info->main_window );
gettimeofday( &(info->time_last) , 0 ); gettimeofday( &(info->time_last) , 0 );
} }
void vj_gui_preview(void) void vj_gui_preview(void)