aboutsummaryrefslogtreecommitdiff
path: root/libLumina
diff options
context:
space:
mode:
Diffstat (limited to 'libLumina')
-rw-r--r--libLumina/LuminaX11.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/libLumina/LuminaX11.cpp b/libLumina/LuminaX11.cpp
index 429a8ba5..3ee3c918 100644
--- a/libLumina/LuminaX11.cpp
+++ b/libLumina/LuminaX11.cpp
@@ -1182,8 +1182,6 @@ void LXCB::SetAsPanel(WId win){
qDebug() << " -- Set no inputs flag";
xcb_icccm_wm_hints_set_input(&hints, False); //set no input focus
xcb_icccm_set_wm_hints(QX11Info::connection(), win, &hints); //save hints back to window
- qDebug() << " -- Free the hints structure";
- free(&hints); //free up hints structure
}
// - Remove WM_TAKE_FOCUS from the WM_PROTOCOLS for the window
// - - Generate the necessary atoms
bgstack15