[Tizen] Update missing implement for x11 75/285375/1
authorEunki, Hong <eunkiki.hong@samsung.com>
Fri, 9 Dec 2022 15:07:15 +0000 (00:07 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Fri, 9 Dec 2022 15:07:15 +0000 (00:07 +0900)
See https://review.tizen.org/gerrit/#/c/platform/core/uifw/dali-adaptor/+/284440/3..4

Change-Id: Iba0941b8d60904522a18fc5fb2a7136edb2223e7
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
dali/internal/window-system/x11/window-system-x.cpp

index 13c5618..d439812 100644 (file)
@@ -1044,6 +1044,10 @@ void GetScreenSize(int& width, int& height)
   }
 }
 
+void UpdateScreenSize()
+{
+}
+
 bool SetKeyboardRepeatInfo(float rate, float delay)
 {
   return false;