diff options
author | breadcat | 2013-12-05 18:25:09 +0000 |
---|---|---|
committer | breadcat | 2013-12-05 18:25:09 +0000 |
commit | 1680abfc6bf3851f2ca888b6b8ffd3af7e667702 (patch) | |
tree | 374232553bff96bda8844b4fc13dd7c75c6c7e7b | |
parent | 1fcd636d1feb5eb0e5b2d5dcf67c9ad28846f4ef (diff) | |
download | ahka-1680abfc6bf3851f2ca888b6b8ffd3af7e667702.tar.gz ahka-1680abfc6bf3851f2ca888b6b8ffd3af7e667702.tar.bz2 ahka-1680abfc6bf3851f2ca888b6b8ffd3af7e667702.zip |
Add MMC to border script
-rw-r--r-- | borders.ahk | 4 |
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% |