summaryrefslogtreecommitdiff
path: root/src/player.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/player.h')
-rw-r--r--src/player.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/player.h b/src/player.h
index 2231b71..cc7b512 100644
--- a/src/player.h
+++ b/src/player.h
@@ -39,6 +39,9 @@
/*
* $Log$
+ * Revision 1.12 2005/07/25 16:18:34 deva
+ * *** empty log message ***
+ *
* Revision 1.11 2005/07/25 16:09:47 deva
* *** empty log message ***
*
@@ -102,6 +105,7 @@ public:
void stop();
void resize(int width, int height);
+ void pause();
void thread_main();
@@ -117,6 +121,7 @@ private:
// Set to true, whenever a resize is requested.
volatile bool doresize;
+ volatile bool dopause;
// New output dimensions (overlay)
int new_width;
int new_height;