diff 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
line wrap: on
line diff
--- a/src/xs_player.h	Wed Nov 07 11:24:29 2012 +0200
+++ b/src/xs_player.h	Wed Nov 07 11:26:31 2012 +0200
@@ -33,7 +33,8 @@
     void        *internal;         /* SID-emulation internal engine data */
     XSEngine    *engine;           /* Selected player engine */
     gboolean    error,
-                playing;
+                playing,
+                paused;
     gint        currSong,          /* Current sub-tune */
                 lastTime;