Compile fix round 2. Still trying to do this from linux :p
This commit is contained in:
@@ -221,9 +221,9 @@ public:
|
|||||||
return m_tablet;
|
return m_tablet;
|
||||||
}
|
}
|
||||||
|
|
||||||
GHOST_TSuccess beginFullScreen() const {};
|
GHOST_TSuccess beginFullScreen() const {return GHOST_kFailure;}
|
||||||
|
|
||||||
GHOST_TSuccess endFullScreen() const {};
|
GHOST_TSuccess endFullScreen() const {return GHOST_kFailure;}
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
/**
|
/**
|
||||||
|
@@ -266,9 +266,9 @@ public:
|
|||||||
|
|
||||||
virtual void setNativePixelSize(void);
|
virtual void setNativePixelSize(void);
|
||||||
|
|
||||||
GHOST_TSuccess beginFullScreen() const {};
|
GHOST_TSuccess beginFullScreen() const {return GHOST_kFailure;}
|
||||||
|
|
||||||
GHOST_TSuccess endFullScreen() const {};
|
GHOST_TSuccess endFullScreen() const {return GHOST_kFailure;}
|
||||||
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
@@ -276,9 +276,9 @@ public:
|
|||||||
void processWin32TabletEvent(WPARAM wParam, LPARAM lParam);
|
void processWin32TabletEvent(WPARAM wParam, LPARAM lParam);
|
||||||
void bringTabletContextToFront();
|
void bringTabletContextToFront();
|
||||||
|
|
||||||
GHOST_TSuccess beginFullScreen() const {};
|
GHOST_TSuccess beginFullScreen() const {return GHOST_kFailure;}
|
||||||
|
|
||||||
GHOST_TSuccess endFullScreen() const {};
|
GHOST_TSuccess endFullScreen() const {return GHOST_kFailure;}
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
GHOST_TSuccess initMultisample(PIXELFORMATDESCRIPTOR pfd);
|
GHOST_TSuccess initMultisample(PIXELFORMATDESCRIPTOR pfd);
|
||||||
|
Reference in New Issue
Block a user