comparison src/audio/esd/SDL_esdaudio.h @ 3815:3234d6eee011 SDL-ryan-multiple-audio-device

Updated esd audio driver for 1.3 API.
author Ryan C. Gordon <icculus@icculus.org>
date Fri, 06 Oct 2006 04:16:11 +0000
parents 9dc81c6acaf5
children
comparison
equal deleted inserted replaced
3814:8e1af9ff0e1f 3815:3234d6eee011
45 float frame_ticks; 45 float frame_ticks;
46 float next_frame; 46 float next_frame;
47 }; 47 };
48 #define FUDGE_TICKS 10 /* The scheduler overhead ticks per frame */ 48 #define FUDGE_TICKS 10 /* The scheduler overhead ticks per frame */
49 49
50 /* Old variable names */
51 #define audio_fd (this->hidden->audio_fd)
52 #define parent (this->hidden->parent)
53 #define mixbuf (this->hidden->mixbuf)
54 #define mixlen (this->hidden->mixlen)
55 #define frame_ticks (this->hidden->frame_ticks)
56 #define next_frame (this->hidden->next_frame)
57
58 #endif /* _SDL_esdaudio_h */ 50 #endif /* _SDL_esdaudio_h */
59 /* vi: set ts=4 sw=4 expandtab: */ 51 /* vi: set ts=4 sw=4 expandtab: */