<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- XXView.m.orig	2008-10-11 19:18:55.000000000 +1100
+++ XXView.m	2018-09-01 04:57:06.000000000 +1000
@@ -37,6 +37,10 @@
 #import "XXAbstractRemote.h"
 #import &lt;Carbon/Carbon.h&gt;
 #import "XXController.h"
+#import &lt;AvailabilityMacros.h&gt;
+#if defined(MAC_OS_X_VERSION_MAX_ALLOWED) &amp;&amp; defined(MAC_OS_X_VERSION_10_9) &amp;&amp; MAC_OS_X_VERSION_MAX_ALLOWED &gt;= MAC_OS_X_VERSION_10_9
+typedef int32_t CGMouseDelta;
+#endif
 
 @implementation XXView
 
</pre></body></html>