Changeset 1553
- Timestamp:
- 02/08/10 01:15:13 (3 years ago)
- Location:
- branches/undo
- Files:
-
- 4 modified
-
. (modified) (1 prop)
-
Sconstruct (modified) (1 diff)
-
data/img/gray/preferencesDialog (modified) (1 prop)
-
libs/hydrogen/src/IO/portmidi_driver.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/undo
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/undo/Sconstruct
r1448 r1553 278 278 if str(env['portmidi']) == "1": 279 279 env.Append( LIBS = [ "portmidi" ] ) 280 env.Append( LIBS = [ "porttime" ] )281 280 if str(env['lash']) == "1": 282 281 env.ParseConfig('pkg-config --cflags --libs lash-1.0') -
branches/undo/data/img/gray/preferencesDialog
- Property svn:mergeinfo changed (with no actual effect on merging)
-
branches/undo/libs/hydrogen/src/IO/portmidi_driver.cpp
r1484 r1553 36 36 37 37 #include <porttime.h> 38 #define TIME_PROC (( long(*)(void *)) Pt_Time)38 #define TIME_PROC ((int32_t (*)(void *)) Pt_Time) 39 39 #define TIME_START Pt_Start(1, 0, 0) /* timer started w/millisecond accuracy */ 40 40 … … 52 52 53 53 PmError status; 54 PmErrorlength;54 int length; 55 55 PmEvent buffer[1]; 56 56 while ( instance->m_bRunning ) {