Revert "[Tizen] Revert "Enable indicator in tizen 5.0""
[platform/core/uifw/dali-adaptor.git] / dali / internal / window-system / windows / window-system-win.cpp
old mode 100755 (executable)
new mode 100644 (file)
index 9cb0e9a..929a26d
@@ -17,6 +17,7 @@
 
 // INTERNAL HEADERS
 #include <dali/internal/window-system/common/window-system.h>
+#include <dali/devel-api/adaptor-framework/keyboard.h>
 
 namespace Dali
 {
@@ -44,6 +45,16 @@ void GetScreenSize( int& width, int& height )
   height = heightValue ? std::atoi( heightValue ) : 480;
 }
 
+bool SetKeyboardRepeatInfo( float rate, float delay )
+{
+  return false;
+}
+
+bool GetKeyboardRepeatInfo( float& rate, float& delay )
+{
+  return false;
+}
+
 } // namespace WindowSystem
 
 } // namespace Adaptor