projects
/
blender.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Cocoa : correctly handle late events sent after window deactivate
[blender.git]
/
intern
/
ghost
/
intern
/
GHOST_Window.cpp
diff --git
a/intern/ghost/intern/GHOST_Window.cpp
b/intern/ghost/intern/GHOST_Window.cpp
index 939a911dfac4a50b6828b05b12789d1e299102d5..1c8b51e73a7431dcda9c185cd556818f3ed54d62 100644
(file)
--- a/
intern/ghost/intern/GHOST_Window.cpp
+++ b/
intern/ghost/intern/GHOST_Window.cpp
@@
-72,6
+72,10
@@
GHOST_Window::~GHOST_Window()
{
}
{
}
+void* GHOST_Window::getOSWindow() const
+{
+ return NULL;
+}
GHOST_TSuccess GHOST_Window::setDrawingContextType(GHOST_TDrawingContextType type)
{
GHOST_TSuccess GHOST_Window::setDrawingContextType(GHOST_TDrawingContextType type)
{