projects
/
blender.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
System dependant functions (skeletons) to retrieve user and system base dirs.
[blender.git]
/
intern
/
ghost
/
intern
/
GHOST_SystemCocoa.mm
diff --git
a/intern/ghost/intern/GHOST_SystemCocoa.mm
b/intern/ghost/intern/GHOST_SystemCocoa.mm
index 90dad2f1d96b147127d2e7c49303546fd7418b15..382089283d34323e6cb77e87ba3b9c5a555ae51c 100644
(file)
--- a/
intern/ghost/intern/GHOST_SystemCocoa.mm
+++ b/
intern/ghost/intern/GHOST_SystemCocoa.mm
@@
-1736,3
+1736,13
@@
void GHOST_SystemCocoa::putClipboard(GHOST_TInt8 *buffer, bool selection) const
[pool drain];
}
[pool drain];
}
+
+GHOST_TUns8* GHOST_SystemX11::getSystemDir() const
+{
+
+}
+
+GHOST_TUns8* GHOST_SystemX11::getUserDir() const
+{
+
+}