From a45183125a0ff6438b2b8a58374dcb6207064a8a Mon Sep 17 00:00:00 2001 From: Andrea Weikert Date: Wed, 5 Jan 2011 14:56:10 +0000 Subject: Patch: [#22524] Update Windows Recent Documents on Open/Save Slightly modified to better fit in architecture (moved to related GHOST SystemPaths) Thanks to Harley Acheson for the research and for providing the original patch. Note: I added empty function for X11(Linux) and Mac (Carbon and Cocoa) to be implemented still. --- intern/ghost/GHOST_ISystemPaths.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'intern/ghost/GHOST_ISystemPaths.h') diff --git a/intern/ghost/GHOST_ISystemPaths.h b/intern/ghost/GHOST_ISystemPaths.h index a4bb94229e0..0d50e2b5982 100644 --- a/intern/ghost/GHOST_ISystemPaths.h +++ b/intern/ghost/GHOST_ISystemPaths.h @@ -85,6 +85,11 @@ public: */ virtual const GHOST_TUns8* getBinaryDir() const = 0; + /** + * Add the file to the operating system most recently used files + */ + virtual void addToSystemRecentFiles(const char* filename) const = 0; + private: /** The one and only system paths*/ static GHOST_ISystemPaths* m_systemPaths; -- cgit v1.2.3