mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
Fixed OS X compilation.
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
#include <eepp/window/platform/osx/osximpl.hpp>
|
||||
#include <eepp/config.hpp>
|
||||
|
||||
#if EE_PLATFORM == EE_PLATFORM_MACOSX
|
||||
|
||||
#include <AGL/agl.h>
|
||||
|
||||
#include <eepp/window/platform/osx/osximpl.hpp>
|
||||
|
||||
namespace EE { namespace Window { namespace Platform {
|
||||
|
||||
cOSXImpl::cOSXImpl( EE::Window::Window * window ) :
|
||||
|
||||
@@ -909,7 +909,7 @@ void EETest::LoadTextures() {
|
||||
CursorManager * CurMan = mWindow->GetCursorManager();
|
||||
CurMan->Visible( false );
|
||||
CurMan->Visible( true );
|
||||
CurMan->Set( Window::SYS_CURSOR_HAND );
|
||||
CurMan->Set( EE::Window::SYS_CURSOR_HAND );
|
||||
CurMan->SetGlobalCursor( EE_CURSOR_ARROW, CurMan->Add( CurMan->Create( CursorP[0], Vector2i( 1, 1 ), "cursor_special" ) ) );
|
||||
CurMan->Set( EE_CURSOR_ARROW );
|
||||
|
||||
|
||||
@@ -92,7 +92,7 @@ class EETest : private Thread {
|
||||
EE::Window::Window * mWindow;
|
||||
TextureFactory* TF;
|
||||
System::Log* Log;
|
||||
Window::Input* KM;
|
||||
EE::Window::Input* KM;
|
||||
InputTextBuffer InBuf;
|
||||
|
||||
bool side, aside;
|
||||
|
||||
Reference in New Issue
Block a user