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_Path-api.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'intern/ghost/GHOST_Path-api.h') diff --git a/intern/ghost/GHOST_Path-api.h b/intern/ghost/GHOST_Path-api.h index 23a50623fb7..f5117a0bd7a 100644 --- a/intern/ghost/GHOST_Path-api.h +++ b/intern/ghost/GHOST_Path-api.h @@ -70,6 +70,11 @@ extern const GHOST_TUns8* GHOST_getUserDir(void); */ extern const GHOST_TUns8* GHOST_getBinaryDir(void); +/** +* Add the file to the operating system most recently used files +*/ +extern void GHOST_addToSystemRecentFiles(const char* filename); + #ifdef __cplusplus } #endif -- cgit v1.2.3