summaryrefslogtreecommitdiff
path: root/src/gui/windowmanager.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-12-15 00:55:51 +0300
committerAndrei Karas <akaras@inbox.ru>2015-12-15 00:59:17 +0300
commit1d1ddce1a81cdf65d765444685313afc4b161e5f (patch)
tree7094b343c96642e0acaa02ebce5d618a763faa79 /src/gui/windowmanager.h
parent34dacb3f9d99a0148efc6907fd59274fe830c6d6 (diff)
downloadplus-1d1ddce1a81cdf65d765444685313afc4b161e5f.tar.gz
plus-1d1ddce1a81cdf65d765444685313afc4b161e5f.tar.bz2
plus-1d1ddce1a81cdf65d765444685313afc4b161e5f.tar.xz
plus-1d1ddce1a81cdf65d765444685313afc4b161e5f.zip
Fix manual set resolution in nacl.
Diffstat (limited to 'src/gui/windowmanager.h')
-rw-r--r--src/gui/windowmanager.h4
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);