From: Tomas Wenström Date: Wed, 27 Nov 2019 21:53:24 +0000 (+0100) Subject: Disable native hook for now X-Git-Url: http://dolda2000.com/gitweb/?a=commitdiff_plain;ds=sidebyside;h=826872494ccff0e8bc8aeb6eb9fb449a3f8c684c;p=kaka%2Fcakelight.git Disable native hook for now --- diff --git a/src/kaka/cakelight/CakeLight.java b/src/kaka/cakelight/CakeLight.java index 65d325c..8156833 100644 --- a/src/kaka/cakelight/CakeLight.java +++ b/src/kaka/cakelight/CakeLight.java @@ -36,7 +36,7 @@ public class CakeLight { public void startLoop() { Console console = Console.start(this, config); PipeController.start(console); - initNativeHook(); +// initNativeHook(); // TODO // FrameGrabber grabber = FrameGrabber.from(config); // grabber.prepare();