ultimatepp/rainbow/Framebuffer/Util.cpp
cxl 91a6a9b382 .Developing rainbow - framebuffer
git-svn-id: svn://ultimatepp.org/upp/trunk@3542 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-06-17 11:45:13 +00:00

20 lines
309 B
C++

#include <CtrlCore/CtrlCore.h>
#ifdef GUI_EMPTY
NAMESPACE_UPP
void DrawDragRect(SystemDraw& w, const Rect& rect1, const Rect& rect2, const Rect& clip, int n, Color color, uint64 pattern)
{
}
/*
Size GetScreenSize()
{
return ScreenInfo().GetPageSize();
}
*/
END_UPP_NAMESPACE
#endif