Mercurial > libanimone
diff src/fd.cc @ 13:efbb8316395f
dep/animone: clean up OS X code
GetProcessName() really belongs in fd.cc after removing the
stupid unnecessary LaunchServices code that was stolen from...
some library :)
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Mon, 13 May 2024 14:15:47 -0400 |
parents | 97ea6a3e1954 |
children | 27b988a1048c |
line wrap: on
line diff
--- a/src/fd.cc Wed May 08 16:43:32 2024 -0400 +++ b/src/fd.cc Mon May 13 14:15:47 2024 -0400 @@ -10,7 +10,6 @@ #ifdef MACOSX # include "animone/fd/xnu.h" -# include "animone/util/osx.h" #endif #ifdef BSD @@ -75,7 +74,7 @@ #endif #ifdef MACOSX - success ^= osx::util::GetProcessName(pid, name); + success ^= xnu::GetProcessName(pid, name); #endif #ifdef BSD