Old Structure to describe the view of the content of a drawer (pre AmigaOS V36)
Source position: workbench.pas line 107
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 |