X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fwindow-system%2Fubuntu-x11%2Fdisplay-connection-impl-x.h;h=4f6890ff0b82b993a62ccc679eb349cc0ef6cb0a;hb=e8e185f7d90010214890c2cb78bdd52c732f63ba;hp=5b5ba1edc6410a49ab7b4e819a31bbc0c5c83399;hpb=d82260d6e853c837e430373470ed4a576a2cadc2;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/internal/window-system/ubuntu-x11/display-connection-impl-x.h b/dali/internal/window-system/ubuntu-x11/display-connection-impl-x.h index 5b5ba1e..4f6890f 100644 --- a/dali/internal/window-system/ubuntu-x11/display-connection-impl-x.h +++ b/dali/internal/window-system/ubuntu-x11/display-connection-impl-x.h @@ -74,11 +74,19 @@ public: void ConsumeEvents(); /** - * @copydoc Dali::DisplayConnection::InitializeEgl + * @copydoc Dali::DisplayConnection::InitializeGraphics */ - bool InitializeEgl(EglInterface& egl); + bool InitializeGraphics(); - void SetSurfaceType( RenderSurface::Type type ); + /** + * @copydoc Dali::Internal::Adaptor::DisplayConnection::SetSurfaceType + */ + void SetSurfaceType( Integration::RenderSurface::Type type ); + + /** + * @copydoc Dali::Internal::Adaptor::DisplayConnection::SetGraphicsInterface + */ + void SetGraphicsInterface( GraphicsInterface& graphics ); public: @@ -97,6 +105,8 @@ protected: private: + GraphicsInterface* mGraphics; ///< The graphics interface + public: XDisplay* mDisplay; ///< X-display for rendering