add x, y param for LiveboxPopup
[framework/osp/appwidget-service.git] / inc / FShell_LiveboxPopupContext.h
index 8b72e61..24efaf4 100644 (file)
@@ -38,11 +38,11 @@ public:
        virtual ~_LiveboxPopupContext();
 
        // event handler
-       void OnPopupCreated(int width, int height);
+       void OnPopupCreated(int x, int y, int width, int height);
        void OnPopupDestoyed(void);
 
        // request to app
-       result SendPopupCreateRequest(int width, int height);
+       result SendPopupCreateRequest(int x, int y, int width, int height);
        result SendPopupDestroyRequest();
        virtual result SendTouchEvent(buffer_event event, double timestamp, double x, double y);