X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fwindow-system%2Fubuntu-x11%2Fwindow-base-ecore-x.cpp;h=0eea078caf8a309b0249530abedc03e7aa9459cc;hb=884981790e55ff2cefe3b374b41576808580c65e;hp=b12f37ee7a590237b660a4e6737dcb5050164293;hpb=b49c9b5318bda2f74ce7320b20ab0b6541f1af0e;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/internal/window-system/ubuntu-x11/window-base-ecore-x.cpp b/dali/internal/window-system/ubuntu-x11/window-base-ecore-x.cpp index b12f37e..0eea078 100644 --- a/dali/internal/window-system/ubuntu-x11/window-base-ecore-x.cpp +++ b/dali/internal/window-system/ubuntu-x11/window-base-ecore-x.cpp @@ -768,9 +768,9 @@ void WindowBaseEcoreX::SetType(Dali::WindowType type) { } -bool WindowBaseEcoreX::SetNotificationLevel(Dali::WindowNotificationLevel level) +Dali::WindowOperationResult WindowBaseEcoreX::SetNotificationLevel(Dali::WindowNotificationLevel level) { - return false; + return Dali::WindowOperationResult::NOT_SUPPORTED; } Dali::WindowNotificationLevel WindowBaseEcoreX::GetNotificationLevel() const @@ -782,9 +782,9 @@ void WindowBaseEcoreX::SetOpaqueState(bool opaque) { } -bool WindowBaseEcoreX::SetScreenOffMode(WindowScreenOffMode screenOffMode) +Dali::WindowOperationResult WindowBaseEcoreX::SetScreenOffMode(WindowScreenOffMode screenOffMode) { - return false; + return Dali::WindowOperationResult::NOT_SUPPORTED; } WindowScreenOffMode WindowBaseEcoreX::GetScreenOffMode() const @@ -792,9 +792,9 @@ WindowScreenOffMode WindowBaseEcoreX::GetScreenOffMode() const return WindowScreenOffMode::TIMEOUT; } -bool WindowBaseEcoreX::SetBrightness(int brightness) +Dali::WindowOperationResult WindowBaseEcoreX::SetBrightness(int brightness) { - return false; + return Dali::WindowOperationResult::NOT_SUPPORTED; } int WindowBaseEcoreX::GetBrightness() const