[Tizen] keygrab & ecore-wl-window-handle c# binding
[platform/core/uifw/dali-adaptor.git] / adaptors / x11 / window-impl-x.cpp
old mode 100644 (file)
new mode 100755 (executable)
index 63069b2..4f07fc6
@@ -811,6 +811,11 @@ void Window::RotationDone( int orientation, int width, int height )
   }
 }
 
+void* Window::GetNativeWindowHandler()
+{
+  return mEventHandler->mEcoreWindow;
+}
+
 
 } // Adaptor
 } // Internal