diff options
author | Ken Moore <ken@ixsystems.com> | 2017-08-31 11:42:33 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-08-31 11:42:33 -0400 |
commit | 2ed1ee7459868dca7228d61202a38c7c9c3e23f8 (patch) | |
tree | 60d44c92e91f63662ceef064b9f9736f0ffca6ce /src-qt5/core/libLumina/NativeEmbedWidget.h | |
parent | A but more work on Lumina2: (diff) | |
download | lumina-2ed1ee7459868dca7228d61202a38c7c9c3e23f8.tar.gz lumina-2ed1ee7459868dca7228d61202a38c7c9c3e23f8.tar.bz2 lumina-2ed1ee7459868dca7228d61202a38c7c9c3e23f8.zip |
Get all the single-window interactions finished up.
Now the multiple types of animations will not conflict/overwrite each other, and the window itself will be properly "paused" for animations.
Also fix up some window resize calculation errors, so the offset to the mouse position is properly handled now
Diffstat (limited to 'src-qt5/core/libLumina/NativeEmbedWidget.h')
-rw-r--r-- | src-qt5/core/libLumina/NativeEmbedWidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src-qt5/core/libLumina/NativeEmbedWidget.h b/src-qt5/core/libLumina/NativeEmbedWidget.h index 5025f692..16bb46dc 100644 --- a/src-qt5/core/libLumina/NativeEmbedWidget.h +++ b/src-qt5/core/libLumina/NativeEmbedWidget.h @@ -36,6 +36,7 @@ private slots: void showWindow(); QImage windowImage(QRect geom); + void setWinUnpaused(); public: NativeEmbedWidget(QWidget *parent); |