X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git;a=blobdiff_plain;f=dali%2Finternal%2Fwindow-system%2Fubuntu-x11%2Fwindow-base-ecore-x.cpp;h=39bcf9a0efcd22ebd769acbed8d25a3bf4c4fe1c;hp=c70bc4b0a7c33cbdafb14a18c21f59a71e3efc0f;hb=f79805402bf8bd9b7ceb4561d4c089411fb5927f;hpb=8033ea056b06de508887ebe83c0016a6d1d179ac 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 c70bc4b..39bcf9a 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 @@ -707,6 +707,10 @@ void WindowBaseEcoreX::MoveResize(PositionSize positionSize) ecore_x_window_move_resize(mEcoreWindow, positionSize.x, positionSize.y, positionSize.width, positionSize.height); } +void WindowBaseEcoreX::SetLayout(unsigned int numCols, unsigned int numRows, unsigned int column, unsigned int row, unsigned int colSpan, unsigned int rowSpan) +{ +} + void WindowBaseEcoreX::SetClass(const std::string& name, const std::string& className) { ecore_x_icccm_title_set(mEcoreWindow, name.c_str());