diff options
Diffstat (limited to 'lumina-wm-INCOMPLETE/main.cpp')
-rw-r--r-- | lumina-wm-INCOMPLETE/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lumina-wm-INCOMPLETE/main.cpp b/lumina-wm-INCOMPLETE/main.cpp index 9ac227c8..50251fa5 100644 --- a/lumina-wm-INCOMPLETE/main.cpp +++ b/lumina-wm-INCOMPLETE/main.cpp @@ -42,7 +42,7 @@ int main(int argc, char ** argv) qDebug() << " - Loading window frame..."; LWindow win(dlg.winId()); //have it wrap around the dialog qDebug() << " - Show frame..."; - win.windowChanged(LWM::Show); + win.frame()->windowChanged(LWM::Show); qDebug() << " - Start event loop..."; a.setQuitOnLastWindowClosed(true); return a.exec(); |