diff options
Diffstat (limited to 'src/player.h')
-rw-r--r-- | src/player.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/player.h b/src/player.h index 410b3e9..2231b71 100644 --- a/src/player.h +++ b/src/player.h @@ -39,6 +39,9 @@ /* * $Log$ + * Revision 1.11 2005/07/25 16:09:47 deva + * *** empty log message *** + * * Revision 1.10 2005/07/25 15:56:27 deva * *** empty log message *** * @@ -114,6 +117,9 @@ private: // Set to true, whenever a resize is requested. volatile bool doresize; + // New output dimensions (overlay) + int new_width; + int new_height; Info *info; |