diff options
author | Ken Moore <ken@ixsystems.com> | 2017-09-20 11:15:21 -0400 |
---|---|---|
committer | Ken Moore <ken@ixsystems.com> | 2017-09-20 11:15:21 -0400 |
commit | d098890ae7793ee6031a7a1f2cea852f301905df (patch) | |
tree | 2a6b1afab4ecf1262c25e2adf906d4fc529e8f16 /src-qt5/core/libLumina/RootSubWindow.h | |
parent | Streamline a bit more of the new Lumina2 window embed functionality. (diff) | |
download | lumina-d098890ae7793ee6031a7a1f2cea852f301905df.tar.gz lumina-d098890ae7793ee6031a7a1f2cea852f301905df.tar.bz2 lumina-d098890ae7793ee6031a7a1f2cea852f301905df.zip |
Cleanup a bit more of the embed stuff.
Diffstat (limited to 'src-qt5/core/libLumina/RootSubWindow.h')
-rw-r--r-- | src-qt5/core/libLumina/RootSubWindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src-qt5/core/libLumina/RootSubWindow.h b/src-qt5/core/libLumina/RootSubWindow.h index c1964724..67798140 100644 --- a/src-qt5/core/libLumina/RootSubWindow.h +++ b/src-qt5/core/libLumina/RootSubWindow.h @@ -59,6 +59,7 @@ private: void initWindowFrame(); void enableFrame(bool); + void enableFrame(QList<NativeWindow::Type> types); void LoadProperties( QList< NativeWindow::Property> list); |