Disabled automatic cloning of flashing windows (needs setting).

This commit is contained in:
Lorenz Cuno Klopfenstein 2014-01-18 10:17:32 +01:00
parent 733f7a717c
commit 076a8caf09

View file

@ -12,7 +12,7 @@ namespace OnTopReplica.MessagePumpProcessors {
class FlashCloner : BaseMessagePumpProcessor {
public override bool Process(ref System.Windows.Forms.Message msg) {
if (true &&
if (false &&
msg.Msg == HookMethods.WM_SHELLHOOKMESSAGE) {
int hookCode = msg.WParam.ToInt32();