amunits: added missing WA_Borderless handling to the OpenWindow taglist handling legacy support code

This commit is contained in:
Karoly Balogh 2021-12-26 22:22:38 +01:00
parent 1f41cd195f
commit c01c13c29a

View File

@ -4414,6 +4414,7 @@ begin
WA_SizeGadget: NewWindow^.Flags := NewWindow^.Flags or WFLG_SIZEGADGET;
WA_SmartRefresh: NewWindow^.Flags := NewWindow^.Flags or WFLG_SMART_REFRESH;
WA_Activate: NewWindow^.Flags := NewWindow^.Flags or WFLG_ACTIVATE;
WA_Borderless: NewWindow^.Flags := NewWindow^.Flags or WFLG_BORDERLESS;
WA_SuperBitMap: NewWindow^.BitMap := Pointer(TagList^.ti_Data);
WA_Title: NewWindow^.Title := PChar(TagList^.ti_Data);
WA_Top: NewWindow^.TopEdge := TagList^.ti_Data;