mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 06:28:55 +02:00
amunits: added missing WA_Borderless handling to the OpenWindow taglist handling legacy support code
This commit is contained in:
parent
1f41cd195f
commit
c01c13c29a
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user