X-Git-Url: https://git.blender.org/gitweb/gitweb.cgi/blender.git/blobdiff_plain/cd2c4a58345dfabf88e985b6aca5f259168f628e..e4882e3da2ed7af07dc5f3dc139d784b5337a796:/intern/ghost/intern/GHOST_Window.cpp diff --git a/intern/ghost/intern/GHOST_Window.cpp b/intern/ghost/intern/GHOST_Window.cpp index 939a911dfac..1c8b51e73a7 100644 --- 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) {