Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKissaki <kissaki@gmx.de>2014-02-19 21:13:24 +0400
committerKissaki <kissaki@gmx.de>2014-02-19 21:14:30 +0400
commit207f66ced104005fcebe9e29eebbe3dddd8c8811 (patch)
treea46973e785d5558efe8e102a6e53ad5d213b2a9c /overlay/overlay_blacklist.h
parent221a5d782222506e65a3eb2d8b5f59d6a5cb785f (diff)
Add entries to default overlay blacklist
* Add Origin.exe and Razer Hydra system tray. Both get injected, but do not display an overlay. ** As the Hydra system tray process will get injected even if not displayed, could induce confusion with users not really aware of the system tray process when updating Mumble (the need to close the process).
Diffstat (limited to 'overlay/overlay_blacklist.h')
-rw-r--r--overlay/overlay_blacklist.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/overlay/overlay_blacklist.h b/overlay/overlay_blacklist.h
index eccd91749..2378c5a5a 100644
--- a/overlay/overlay_blacklist.h
+++ b/overlay/overlay_blacklist.h
@@ -63,6 +63,8 @@ static const char *overlayBlacklist[] = {
"Steam.exe", // Prevent invisible hooking
"RzSynapse.exe", // Prevent invisible hooking - Razer Synapse (settings online synchronization)
"IpOverUsbSvc.exe", // Windows Phone IP over USB Transport
+ "Origin.exe", // EA Origin
+ "HydraSysTray.exe", // Razer Hydra system tray
NULL
};