Old Structure to describe the view of the content of a drawer (pre AmigaOS V36)
Source position: workbench.pas line 58
type TOldDrawerData = record |
||
dd_NewWindow: TNewWindow; |
|
Args to open window |
dd_CurrentX: LongInt; |
|
Current x coordinate of origin |
dd_CurrentY: LongInt; |
|
Current y coordinate of origin |
end; |
|
The amount of OldDrawerData actually written to disk |