(svn r2002) Rename MxActivate to MxActivateChannel, which is more appropriate
This commit is contained in:
		
							
								
								
									
										2
									
								
								mixer.h
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								mixer.h
									
									
									
									
									
								
							@@ -19,6 +19,6 @@ void MxMixSamples(Mixer *mx, void *buffer, uint samples);
 | 
			
		||||
MixerChannel *MxAllocateChannel(Mixer *mx);
 | 
			
		||||
void MxSetChannelRawSrc(MixerChannel *mc, int8 *mem, uint size, uint rate, uint flags);
 | 
			
		||||
void MxSetChannelVolume(MixerChannel *mc, uint left, uint right);
 | 
			
		||||
void MxActivate(MixerChannel*);
 | 
			
		||||
void MxActivateChannel(MixerChannel*);
 | 
			
		||||
 | 
			
		||||
#endif
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user