add x, y param for LiveboxPopup
[framework/osp/appwidget-service.git] / src / FShell_LiveboxContext.cpp
index 00c37d1..f6fc332 100644 (file)
@@ -141,11 +141,11 @@ _LiveboxContext::OnBackground()
 }
 
 void
-_LiveboxContext::OnPopupCreated(int width, int height)
+_LiveboxContext::OnPopupCreated(int x, int y, int width, int height)
 {
        __pLiveboxPopup = new (std::nothrow) _LiveboxPopupContext(__userInfo, __providerId, __instanceId, width, height, __priority);
        __pLiveboxPopup->SetClientId(__ipcClientId);
-       __pLiveboxPopup->OnPopupCreated(width, height);
+       __pLiveboxPopup->OnPopupCreated(x, y, width, height);
 
        __lifeDurationTimer.Cancel();
 }