summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2022-02-18 21:09:30 +0000
committerCaolán McNamara <caolanm@redhat.com>2022-02-19 12:01:54 +0100
commit6f938dce6eaa927cfde39491ef7a0bc1d07df66b (patch)
treec866f70da6f4d1f4a47c5bb871fd98aaaf2cc994 /include
parentf10ac3e5bd720e363e5c76a2c841dded4859a7a0 (diff)
update video pos and size after change if currently playing
I'd prefer if it changed size during the resizing/repositioning, but at least make it immediately take the final size after the resize/reposition has happened. Change-Id: Ic3b4dd23921ad5cf6092f1514dd6538f9946998a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130178 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/avmedia/mediawindow.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/avmedia/mediawindow.hxx b/include/avmedia/mediawindow.hxx
index 78e0b1a299a3..d031f51adaf0 100644
--- a/include/avmedia/mediawindow.hxx
+++ b/include/avmedia/mediawindow.hxx
@@ -74,6 +74,7 @@ namespace avmedia
void show();
void hide();
+ bool isVisible() const;
public: