X-Git-Url: https://git.blender.org/gitweb/gitweb.cgi/blender.git/blobdiff_plain/cd2c4a58345dfabf88e985b6aca5f259168f628e..e4882e3da2ed7af07dc5f3dc139d784b5337a796:/intern/ghost/intern/GHOST_WindowCocoa.h diff --git a/intern/ghost/intern/GHOST_WindowCocoa.h b/intern/ghost/intern/GHOST_WindowCocoa.h index b54634b08d7..5a89b1a53a3 100644 --- a/intern/ghost/intern/GHOST_WindowCocoa.h +++ b/intern/ghost/intern/GHOST_WindowCocoa.h @@ -96,6 +96,12 @@ public: * @return The validity of the window. */ virtual bool getValid() const; + + /** + * Returns the associated NSWindow object + * @return The associated NSWindow object + */ + virtual void* getOSWindow() const; /** * Sets the title displayed in the title bar.