diff dep/animone/src/fd.cc @ 299:246017a7907a

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 1a6a5d3a94cd
children b1f625b0227c
line wrap: on
line diff
--- a/dep/animone/src/fd.cc	Mon May 13 03:28:42 2024 -0400
+++ b/dep/animone/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