OS X fixes

This commit is contained in:
Jack Andersen
2015-09-02 09:09:13 -10:00
parent de51c2dcc5
commit 13edb3eb01
8 changed files with 764 additions and 725 deletions

View File

@@ -14,6 +14,7 @@ class IApplication;
struct IApplicationCallback
{
virtual void appMain(IApplication*) {}
virtual void appQuitting(IApplication*) {}
virtual void appFilesOpen(IApplication*, const std::vector<SystemString>&) {}
};

View File

@@ -6,8 +6,8 @@ namespace boo
class IGraphicsContext
{
friend class CWindowCocoa;
friend class CWindowXCB;
friend class WindowCocoa;
friend class WindowXCB;
virtual void _setCallback(class IWindowCallback* cb) {(void)cb;}
public: