CtrlCore: Developing Cocoa

git-svn-id: svn://ultimatepp.org/upp/trunk@12100 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2018-07-25 13:22:27 +00:00
parent 1ad9597815
commit 691d8ca676
24 changed files with 142 additions and 101 deletions

View file

@ -1,6 +1,6 @@
#include <CtrlCore/CtrlCore.h>
#ifdef GUI_COCO
#ifdef PLATFORM_COCOA
#define LLOG(x) // DLOG(x)
@ -26,10 +26,6 @@ void Ctrl::GuiPlatformRemove()
{
}
void Ctrl::GuiPlatformGetTopRect(Rect& r) const
{
}
bool Ctrl::GuiPlatformRefreshFrameSpecial(const Rect& r)
{
return false;