Changeset 1819:2604692f2a5b in roaraudio for roard/light.c


Ignore:
Timestamp:
05/22/09 21:38:37 (15 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

init and free light control subsystem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • roard/light.c

    r1818 r1819  
    2626 
    2727int light_init  (unsigned int channels) { 
     28 
     29 g_light_state.channels = 0; 
    2830 
    2931 if ( (g_light_state.state = malloc(channels)) == NULL ) { 
Note: See TracChangeset for help on using the changeset viewer.