Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Weikert <elubie@gmx.net>2011-01-05 17:56:10 +0300
committerAndrea Weikert <elubie@gmx.net>2011-01-05 17:56:10 +0300
commita45183125a0ff6438b2b8a58374dcb6207064a8a (patch)
tree183f665e90dd79ddd644fd7533119fd6e57bc7e6 /intern/ghost/GHOST_Path-api.h
parent978bc0d8ace0ea10339afb25b50ef396e9cc1c8d (diff)
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.
Diffstat (limited to 'intern/ghost/GHOST_Path-api.h')
-rw-r--r--intern/ghost/GHOST_Path-api.h5
1 files changed, 5 insertions, 0 deletions
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