X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fwindow-system%2Fubuntu-x11%2Fwindow-base-ecore-x.h;h=f705111278eeec6a37fb20c6c94042c6d8f18c45;hb=738fd571c706537f8897163684fcb9d3fd9d535e;hp=02192892cd20d8d32f9a29700037aca594677105;hpb=371c109299cd1dd924707ea559c3087465aef442;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/internal/window-system/ubuntu-x11/window-base-ecore-x.h b/dali/internal/window-system/ubuntu-x11/window-base-ecore-x.h index 0219289..f705111 100644 --- a/dali/internal/window-system/ubuntu-x11/window-base-ecore-x.h +++ b/dali/internal/window-system/ubuntu-x11/window-base-ecore-x.h @@ -509,6 +509,21 @@ public: */ bool GetFullScreen() override; + /** + * @copydoc Dali::Internal::Adaptor::WindowBase::SetFrontBufferRendering() + */ + void SetFrontBufferRendering(bool enable) override; + + /** + * @copydoc Dali::Internal::Adaptor::WindowBase::GetFrontBufferRendering() + */ + bool GetFrontBufferRendering() override; + + /** + * @copydoc Dali::Internal::Adaptor::WindowBase::SetEglWindowFrontBufferMode() + */ + void SetEglWindowFrontBufferMode(bool enable) override; + private: /** * Second stage initialization