From: Jay Freeman (saurik) Date: Tue, 18 Feb 2014 06:34:32 +0000 (-0800) Subject: Despite using SleepToLock, I hate SleepToLock :(. X-Git-Tag: v0.9.4011^0 X-Git-Url: https://git.saurik.com/cydget.git/commitdiff_plain/a4fb7022bae20d71d25b66359968d3e13a57988b?ds=inline Despite using SleepToLock, I hate SleepToLock :(. --- diff --git a/CydgetLoader.mm b/CydgetLoader.mm index adf5b9d..ac3ce51 100644 --- a/CydgetLoader.mm +++ b/CydgetLoader.mm @@ -362,6 +362,10 @@ MSInstanceMessageHook1(id, SBLockScreenView, initWithFrame, CGRect, frame) { Activate_(); } + // XXX: this is just wrong, I don't know what to do :( + else if (kCFCoreFoundationVersionNumber < 800) + Activate_(); + return self; }