From 359f7cd7b49d714bc7cce3fc702c353455a5f168 Mon Sep 17 00:00:00 2001 From: Kazumasa Mitsunari Date: Fri, 31 Aug 2018 19:30:33 +0900 Subject: Fix CRLF Change-Id: I1456949615b6a0a710f288e2dc46df1a69c3fa41 Signed-off-by: Kazumasa Mitsunari --- src/wm_layer_control.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/wm_layer_control.cpp') diff --git a/src/wm_layer_control.cpp b/src/wm_layer_control.cpp index 325598d..1da5a01 100644 --- a/src/wm_layer_control.cpp +++ b/src/wm_layer_control.cpp @@ -390,7 +390,7 @@ void LayerControl::dispatchCreateEvent(ilmObjectType object, unsigned id, bool c rc = ilm_getPropertiesOfSurface(id, &sp); if(rc != ILM_SUCCESS) return; - // this->cb->surfaceCreated(pid, id); + this->cb.surfaceCreated(sp.creatorPid, id); ilm_surfaceAddNotification(id, surfaceCallback_static); ilm_surfaceSetSourceRectangle(id, 0, 0, sp.origSourceWidth, sp.origSourceHeight); } -- cgit