Changeset 5236:0a8740e27666 in roaraudio for libroarsndio/para.c


Ignore:
Timestamp:
11/12/11 16:42:21 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Removed roar_set_vol() and roar_server_oinfo(), as well as roar_exit().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroarsndio/para.c

    r4891 r5236  
    173173  return 0; 
    174174 
    175  if ( roar_server_oinfo2(&(hdl->con), &s, ROAR_DIR_PLAY) == -1 ) 
     175 if ( roar_server_oinfo(&(hdl->con), &s, ROAR_DIR_PLAY) == -1 ) 
    176176  return 0; 
    177177 
Note: See TracChangeset for help on using the changeset viewer.