aboutsummaryrefslogtreecommitdiff
path: root/lib/soundcore.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2007-08-13 15:37:23 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2007-08-13 15:37:23 +0000
commit09955287c7d444e00b9aa0948abee58560b3d1a6 (patch)
tree880a9c087367829976bfee03da3885c8503c76b4 /lib/soundcore.h
parente211db2f8333d3ae6bf8a239ef3b3fd6802a3205 (diff)
downloadqmmp-09955287c7d444e00b9aa0948abee58560b3d1a6.tar.gz
qmmp-09955287c7d444e00b9aa0948abee58560b3d1a6.tar.bz2
qmmp-09955287c7d444e00b9aa0948abee58560b3d1a6.zip
added stop function blocking while connecting
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@85 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'lib/soundcore.h')
-rw-r--r--lib/soundcore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/soundcore.h b/lib/soundcore.h
index 1f88fe691..7e9d7369f 100644
--- a/lib/soundcore.h
+++ b/lib/soundcore.h
@@ -158,6 +158,7 @@ private:
bool m_paused;
bool m_useEQ;
bool m_update;
+ bool m_block;
int m_preamp;
int m_bands[10];
Visualization *m_vis;