From 4ec62f12aa519fa804ee23dc4d9f3c564ccb786c Mon Sep 17 00:00:00 2001 From: Kissaki Date: Sun, 2 Dec 2012 17:54:37 +0100 Subject: [PATCH] add Steam and chrome to (default) overlay blacklist Otherwise, Steam as well as chrome (with flash?) get hooked. This will result in the need to restart them on Mumble updating for example, which is confusing to users because there is no visible overlay in those applications anyway. --- overlay/overlay_blacklist.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/overlay/overlay_blacklist.h b/overlay/overlay_blacklist.h index 1c9c33262..74a4f1974 100644 --- a/overlay/overlay_blacklist.h +++ b/overlay/overlay_blacklist.h @@ -60,6 +60,8 @@ static const char *overlayBlacklist[] = { "hlfaceposer.exe", // Face Poser (from Source SDK) "LoLLauncher.exe", // League of Legends Launcher/Patcher "acrobat.exe", // Adobe Acrobat + "Steam.exe", // Prevent invisible hooking + "chrome.exe", // Prevent invisible hooking (flash?) NULL };