summaryrefslogtreecommitdiffstats
path: root/borders.ahk
diff options
context:
space:
mode:
authorbreadcat2015-07-12 10:48:25 +0100
committerbreadcat2015-07-12 10:48:25 +0100
commit77cc095d30a869d03c003d98c1b0fb7ff2e04372 (patch)
tree679464f16567490f7d903195d93af20321a2ca79 /borders.ahk
parent84febe0f2145a22b31057d21bbb660a50d263bfb (diff)
downloadahka-77cc095d30a869d03c003d98c1b0fb7ff2e04372.tar.gz
ahka-77cc095d30a869d03c003d98c1b0fb7ff2e04372.tar.bz2
ahka-77cc095d30a869d03c003d98c1b0fb7ff2e04372.zip
Many, many small improvements
No commits in a while, eh?
Diffstat (limited to 'borders.ahk')
-rw-r--r--borders.ahk4
1 files changed, 4 insertions, 0 deletions
diff --git a/borders.ahk b/borders.ahk
index 359a737..877a711 100644
--- a/borders.ahk
+++ b/borders.ahk
@@ -53,6 +53,10 @@ AdjustWindow(id)
{
WinSet, Style, -0xC00000, %WinTitle%
}
+ If WinClass In % "#32770" ;windows xp date/time picker, amongst many other things
+ {
+ WinSet, Style, -0xC00000, %WinTitle%
+ }
If WinProcess In % "Photoshop.exe"
{
WinSet, Style, -0xC00000, %WinTitle%