Changeset 1553

Show
Ignore:
Timestamp:
02/08/10 01:15:13 (3 years ago)
Author:
wolke
Message:

merge rev. 1512:1552 from trunk

Location:
branches/undo
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • branches/undo

    • Property svn:mergeinfo changed (with no actual effect on merging)
  • branches/undo/Sconstruct

    r1448 r1553  
    278278        if str(env['portmidi']) == "1": 
    279279                env.Append( LIBS = [ "portmidi" ] ) 
    280                 env.Append( LIBS = [ "porttime" ] ) 
    281280        if str(env['lash']) == "1": 
    282281                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  
    3636 
    3737#include <porttime.h> 
    38 #define TIME_PROC ((long (*)(void *)) Pt_Time) 
     38#define TIME_PROC ((int32_t (*)(void *)) Pt_Time) 
    3939#define TIME_START Pt_Start(1, 0, 0) /* timer started w/millisecond accuracy */ 
    4040 
     
    5252 
    5353        PmError status; 
    54         PmError length; 
     54        int length; 
    5555        PmEvent buffer[1]; 
    5656        while ( instance->m_bRunning ) {