mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
CtrlCore: Developing Cocoa
git-svn-id: svn://ultimatepp.org/upp/trunk@12100 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
1ad9597815
commit
691d8ca676
24 changed files with 142 additions and 101 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue