]> git.saurik.com Git - veency.git/commitdiff
Disable Mouse Support by force on iOS 7 and above. v0.9.3401
authorJay Freeman (saurik) <saurik@saurik.com>
Tue, 28 Jan 2014 00:39:29 +0000 (16:39 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Tue, 28 Jan 2014 00:43:06 +0000 (16:43 -0800)
Tweak.mm

index 04f9b016e384ba442815c9e56779c7a1f778c47a..8af8c84442127663c41720530646b9dcddef4d9b 100644 (file)
--- a/Tweak.mm
+++ b/Tweak.mm
@@ -189,6 +189,9 @@ static void VNCBlack() {
 }
 
 static bool Ashikase(bool always) {
+    if (kCFCoreFoundationVersionNumber >= 800)
+        return false;
+
     if (!always && !cursor_)
         return false;