fixed bug: AppBar registration and maximized windows

This commit is contained in:
joten 2012-12-15 20:56:18 +01:00
parent 321112bcff
commit d719c1e1de

View file

@ -175,8 +175,8 @@ Bar_init(m)
offset := NumPut( 1, offset+0)
offset := NumPut( x1, offset+0)
offset := NumPut( y1, offset+0)
offset := NumPut( wndWidth, offset+0)
offset := NumPut(Bar_height, offset+0)
offset := NumPut( x1 + wndWidth, offset+0)
offset := NumPut(y1 + Bar_height, offset+0)
offset := NumPut( 1, offset+0)
DllCall("Shell32.dll\SHAppBarMessage", "UInt", (ABM_NEW := 0x0) , "UInt", &Bar_appBarData)