comparison src/xs_player.h @ 799:13483b855058

Fix subsong control window problems during pause state.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 07 Nov 2012 11:26:31 +0200
parents 4c5b695fd85e
children
comparison
equal deleted inserted replaced
798:4c5b695fd85e 799:13483b855058
31 AFormat audioFormat; 31 AFormat audioFormat;
32 32
33 void *internal; /* SID-emulation internal engine data */ 33 void *internal; /* SID-emulation internal engine data */
34 XSEngine *engine; /* Selected player engine */ 34 XSEngine *engine; /* Selected player engine */
35 gboolean error, 35 gboolean error,
36 playing; 36 playing,
37 paused;
37 gint currSong, /* Current sub-tune */ 38 gint currSong, /* Current sub-tune */
38 lastTime; 39 lastTime;
39 40
40 XSTuneInfo *tuneInfo; 41 XSTuneInfo *tuneInfo;
41 } XSEngineState; 42 } XSEngineState;