diff options
author | deva <deva> | 2005-07-25 16:18:34 +0000 |
---|---|---|
committer | deva <deva> | 2005-07-25 16:18:34 +0000 |
commit | eac2e19c2fea1c704cdeabcaf5e19f774d3f820b (patch) | |
tree | 8808ab4de66d973f73a16cdf42e2155d3ef12c46 /src/player.h | |
parent | 103c0face1e5dcc089b21715dfc20f4812b36072 (diff) |
*** empty log message ***
Diffstat (limited to 'src/player.h')
-rw-r--r-- | src/player.h | 5 |
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; |