mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
20 lines
306 B
C++
20 lines
306 B
C++
#include <CtrlCore/CtrlCore.h>
|
|
|
|
#ifdef GUI_FB
|
|
|
|
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
|