X-Git-Url: https://git.blender.org/gitweb/gitweb.cgi/blender.git/blobdiff_plain/88a2f63c1efe0966f42943e74893e06361184795..80bb824929775658bb937665318ae6981642dd6f:/intern/ghost/intern/GHOST_SystemCocoa.mm diff --git a/intern/ghost/intern/GHOST_SystemCocoa.mm b/intern/ghost/intern/GHOST_SystemCocoa.mm index 90dad2f1d96..382089283d3 100644 --- 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]; } + +GHOST_TUns8* GHOST_SystemX11::getSystemDir() const +{ + +} + +GHOST_TUns8* GHOST_SystemX11::getUserDir() const +{ + +}