From 57cbf1fd79d94d560ec3a66565db4395735e4ce1 Mon Sep 17 00:00:00 2001 From: Ken Moore Date: Tue, 17 Feb 2015 16:06:42 -0500 Subject: Use the XCB CloseWindow routine instead of the old XLib routine during the session cleanup. --- lumina-desktop/LSession.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lumina-desktop/LSession.cpp b/lumina-desktop/LSession.cpp index be8e5914..1d9a6de2 100644 --- a/lumina-desktop/LSession.cpp +++ b/lumina-desktop/LSession.cpp @@ -135,12 +135,12 @@ void LSession::CleanupSession(){ } //Close any Tray Apps for(int i=0; iCloseWindow(RunningTrayApps[i]); LSession::processEvents(); } //Close any open windows for(int i=0; iCloseWindow(RunningApps[i]); LSession::processEvents(); } -- cgit