diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-15 00:55:51 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-15 00:59:17 +0300 |
commit | 1d1ddce1a81cdf65d765444685313afc4b161e5f (patch) | |
tree | 7094b343c96642e0acaa02ebce5d618a763faa79 /src/gui/windowmanager.h | |
parent | 34dacb3f9d99a0148efc6907fd59274fe830c6d6 (diff) | |
download | mv-1d1ddce1a81cdf65d765444685313afc4b161e5f.tar.gz mv-1d1ddce1a81cdf65d765444685313afc4b161e5f.tar.bz2 mv-1d1ddce1a81cdf65d765444685313afc4b161e5f.tar.xz mv-1d1ddce1a81cdf65d765444685313afc4b161e5f.zip |
Fix manual set resolution in nacl.
Diffstat (limited to 'src/gui/windowmanager.h')
-rw-r--r-- | src/gui/windowmanager.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/windowmanager.h b/src/gui/windowmanager.h index 8983ac82b..8acdce0fd 100644 --- a/src/gui/windowmanager.h +++ b/src/gui/windowmanager.h @@ -49,6 +49,10 @@ namespace WindowManager void applyKeyRepeat(); + void doResizeVideo(int actualWidth, + int actualHeight, + const bool always); + void resizeVideo(int actualWidth, int actualHeight, const bool always); |