diff options
Diffstat (limited to 'drm.ahk')
-rw-r--r-- | drm.ahk | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -182,11 +182,17 @@ Save(ByRef Positions) WinReallyGetPos(i, x, y, w, h) WinGet, exe, ProcessName, ahk_id %i% + WinGet, style, Style, ahk_id %i% SysGet, bx, 32 ; window border thickness (x) SysGet, by, 33 ; window border thickness (y) cw := w - bx * 2 ; client width ch := h - by * 2 ; client height + ; Ignore size for windows that cannot be resized + + if (style & 0x40000 = 0) ; WS_SIZEBOX + DoIgnoreSize := true + ; Custom rules ; Example: |