Ignore:
Timestamp:
04/13/09 01:45:04 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

moved our struct sio_hdl to libroarsndio.h so it is there in all cases, renamed it to roar_sio_hdl, added alias in case we have no sndio.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • include/libroarsndio/libroarsndio.h

    r1551 r1568  
    4242#endif 
    4343 
     44struct roar_sio_hdl { 
     45 char           * device; 
     46 int              fh; 
     47 struct roar_audio_info info; 
     48 struct sio_par   para; 
     49 void           (*on_move)(void * arg, int delta); 
     50 void           * on_move_arg; 
     51 void           (*on_vol )(void * arg, unsigned vol); 
     52 void           * on_vol_arg; 
     53}; 
     54 
    4455#endif 
    4556 
Note: See TracChangeset for help on using the changeset viewer.