Changeset 5070:12e7b74a5bef in roaraudio for include/libroar/vs.h


Ignore:
Timestamp:
06/19/11 13:16:54 (13 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

added not-yet-used ROAR_VS_ASYNC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroar/vs.h

    r5068 r5070  
    132132 
    133133/* wait value for waiting */ 
    134 #define ROAR_VS_WAIT   1 
     134#define ROAR_VS_WAIT    1 
    135135/* wait value for no waiting */ 
    136 #define ROAR_VS_NOWAIT 0 
     136#define ROAR_VS_NOWAIT  0 
     137/* Trigger action but do not wait for it to complet */ 
     138#define ROAR_VS_ASYNC  -1 
    137139 
    138140/* sync a stream with the server (flush buffers) 
Note: See TracChangeset for help on using the changeset viewer.