repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Check for SYS/GL during library init. Reason is that
[AROS.git]
/
workbench
/
libs
/
reqtools
/
boopsigads.i
blob
cf1cb43eecb387ad5fb1de18bc3408b31528c818
1
2
BUTTON_MAGIC_LONGWORD equ 'Oops'
3
4
STRUCTURE InitData
,
0
5
APTR idata_Gadget
*
NULL
for images not within gadgets
6
APTR idata_TextAttr
7
APTR idata_Label
8
APTR idata_VisualInfo
9
ULONG idata_Underscore
10
LABEL
idata_SIZEOF
*
MUST BE
MULTIPLE
OF
LONGWORD
!!!
11
12
STRUCTURE localobjdata
,
0
13
STRUCT lod_IData
,
idata_SIZEOF
14
UWORD lod_UnderOff
15
UWORD lod_UnderWidth
16
UWORD lod_UnderY
17
UWORD lod_RestLen
18
LABEL
lod_SIZEOF
19