]> git.saurik.com Git - veency.git/commitdiff
OMFG, bool alignment BAD. v0.9.3377
authorJay Freeman (saurik) <saurik@saurik.com>
Fri, 7 Oct 2011 08:15:22 +0000 (08:15 +0000)
committerJay Freeman (saurik) <saurik@saurik.com>
Fri, 7 Oct 2011 08:15:22 +0000 (08:15 +0000)
Tweak.mm

index ff6118d205f6c405701b7e212a82251044808394..eb27f1528eec0cfce82f1aaaaef5a7f94f18ea29 100644 (file)
--- a/Tweak.mm
+++ b/Tweak.mm
@@ -646,7 +646,7 @@ static void VNCNotifyEnabled(
     VNCEnabled();
 }
 
-void (*$IOMobileFramebufferIsMainDisplay)(IOMobileFramebufferRef, bool *);
+void (*$IOMobileFramebufferIsMainDisplay)(IOMobileFramebufferRef, int *);
 
 static IOMobileFramebufferRef main_;
 static CoreSurfaceBufferRef layer_;
@@ -709,7 +709,7 @@ MSHook(kern_return_t, IOMobileFramebufferSwapSetLayer,
     CGRect frame,
     int flags
 ) {
-    bool main(false);
+    int main(false);
 
     if (_unlikely(buffer == NULL))
         main = fb == main_;