mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-21 10:27:36 +02:00
issue #575 - Cannot build x86_64 or ppc64 on Mac OS X
applied patch by Jake Petroules
This commit is contained in:
parent
32feab2ef1
commit
1805dd7900
6 changed files with 71 additions and 38 deletions
|
@ -140,9 +140,9 @@ COSXScreenSaver::launchTerminationCallback(
|
|||
EventRef theEvent, void* userData)
|
||||
{
|
||||
OSStatus result;
|
||||
ProcessSerialNumber psn;
|
||||
EventParamType actualType;
|
||||
UInt32 actualSize;
|
||||
ProcessSerialNumber psn;
|
||||
EventParamType actualType;
|
||||
ByteCount actualSize;
|
||||
|
||||
result = GetEventParameter(theEvent, kEventParamProcessID,
|
||||
typeProcessSerialNumber, &actualType,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue