From 1680abfc6bf3851f2ca888b6b8ffd3af7e667702 Mon Sep 17 00:00:00 2001 From: breadcat Date: Thu, 5 Dec 2013 18:25:09 +0000 Subject: Add MMC to border script --- borders.ahk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/borders.ahk b/borders.ahk index b19d707..4011e6b 100644 --- a/borders.ahk +++ b/borders.ahk @@ -45,6 +45,10 @@ AdjustWindow(id) { WinSet, Style, -0xC00000, %WinTitle% } + If WinClass In % "MMCMainFrame" ;windows xp mmc panes + { + WinSet, Style, -0xC00000, %WinTitle% + } If WinProcess In % "Photoshop.exe" { WinSet, Style, -0xC00000, %WinTitle% -- cgit v1.2.3