summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbreadcat2013-12-05 18:25:09 +0000
committerbreadcat2013-12-05 18:25:09 +0000
commit1680abfc6bf3851f2ca888b6b8ffd3af7e667702 (patch)
tree374232553bff96bda8844b4fc13dd7c75c6c7e7b
parent1fcd636d1feb5eb0e5b2d5dcf67c9ad28846f4ef (diff)
downloadahka-1680abfc6bf3851f2ca888b6b8ffd3af7e667702.tar.gz
ahka-1680abfc6bf3851f2ca888b6b8ffd3af7e667702.tar.bz2
ahka-1680abfc6bf3851f2ca888b6b8ffd3af7e667702.zip
Add MMC to border script
-rw-r--r--borders.ahk4
1 files changed, 4 insertions, 0 deletions
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%