X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=staging%2FHomeScreen.git;a=blobdiff_plain;f=WindowManager%2Fsrc%2Fwindowmanager.cpp;h=25d971a704f567e8970d1bfc69717de0ebe77387;hp=3c5c8817a54da462a7861dd90db7596e49606d02;hb=65f6210462dbc20f5690d27e834db1bd9f324d9c;hpb=2044d95f928fa42beaa00f9cb30816b1f6f63552 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) {