From 65f6210462dbc20f5690d27e834db1bd9f324d9c Mon Sep 17 00:00:00 2001 From: "Bocklage, Jens" Date: Fri, 11 Nov 2016 18:38:49 +0100 Subject: Add Nav and Media app to control bar. Hardcoded: nav: nav@0.1 media: media@0.1 Signed-off-by: Bocklage, Jens --- WindowManager/src/windowmanager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'WindowManager/src/windowmanager.cpp') diff --git a/WindowManager/src/windowmanager.cpp b/WindowManager/src/windowmanager.cpp index 3c5c881..25d971a 100644 --- a/WindowManager/src/windowmanager.cpp +++ b/WindowManager/src/windowmanager.cpp @@ -349,7 +349,7 @@ void WindowManager::surfaceCallbackFunction_non_static(t_ilm_surface surface, if (ILM_NOTIFICATION_VISIBILITY & mask) { qDebug("ILM_NOTIFICATION_VISIBILITY"); - surfaceVisibilityChanged(surface, surfaceProperties.visibility); + surfaceVisibilityChanged(surface, surfaceProperties->visibility); } if (ILM_NOTIFICATION_OPACITY & mask) { -- cgit 1.2.3-korg