ProcessIdle method added to Adaptor.
[platform/core/uifw/dali-adaptor.git] / dali / internal / window-system / windows / platform-implement-win.h
index 4ba8799..7f1fe0a 100755 (executable)
@@ -37,8 +37,6 @@ namespace Adaptor
 namespace WindowsPlatformImplementation\r
 {\r
 \r
-void RunLoop();\r
-\r
 bool PostWinThreadMessage(\r
     _In_ uint32_t Msg,\r
     _In_ uint32_t wParam,\r
@@ -66,7 +64,7 @@ public:
 \r
   virtual ~WindowImpl();\r
 \r
-  static void ProcWinMessge( uint64_t hWnd, uint32_t uMsg, uint64_t wParam, uint64_t lParam );\r
+  static void ProcWinMessage( uint64_t hWnd, uint32_t uMsg, uint64_t wParam, uint64_t lParam );\r
 \r
   void GetDPI( float &xDpi, float &yDpi );\r
 \r
@@ -92,12 +90,13 @@ public:
 \r
   int32_t GetEdgeHeight();\r
 \r
+  void SetHWND(uint64_t inHWnd);\r
+  void SetWinProc();\r
+\r
 protected:\r
 \r
 private:\r
 \r
-  void SetHWND( uint64_t inHWnd );\r
-\r
   unsigned long windowStyle;\r
 \r
   int colorDepth;\r