mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-16 08:27:10 +00:00
OS X fixes
This commit is contained in:
@@ -14,6 +14,7 @@ class IApplication;
|
||||
|
||||
struct IApplicationCallback
|
||||
{
|
||||
virtual void appMain(IApplication*) {}
|
||||
virtual void appQuitting(IApplication*) {}
|
||||
virtual void appFilesOpen(IApplication*, const std::vector<SystemString>&) {}
|
||||
};
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user