| NEWS APPS DOCS ABOUT | ||||
Autodocs Include classes clib datatypes devices diskfont dos exec gadgets graphics hardware images intuition libraries pragma pragmas prefs asl.i / .h font.i / .h icontrol.i / .h input.i / .h locale.i / .h overscan.i / .h palette.i / .h pointer.i / .h prefhdr.i / .h printergfx.i / .h printerps.i / .h printertxt.i / .h reaction.h screenmode.i / .h serial.i / .h sound.i / .h wbpattern.i / .h workbench.i / .h proto reaction resources rexx utility workbench GuruMeditation | IFND PREF_ASL_I
PREF_ASL_I SET 1
**
** $VER: asl.i 45.1 (27.10.2000)
** Includes Release 45.1
**
** File format for ASL ("application support library") preferences
**
** (C) Copyright 1991-2001 Amiga, Inc.
** All Rights Reserved
**
;---------------------------------------------------------------------------
IFND EXEC_TYPES_I
INCLUDE "exec/types.i"
ENDC
IFND LIBRARIES_ASL_I
INCLUDE "libraries/asl.i"
ENDC
;---------------------------------------------------------------------------
ID_ASL equ "ASL "
STRUCTURE AslPrefs,0
STRUCT ap_Reserved,4*4
; These members correspond directly to the associated
; members of the 'AslSemaphore' data structure defined
; in the <libraries/asl.h> header file by the same names.
UBYTE ap_SortBy
UBYTE ap_SortDrawers
UBYTE ap_SortOrder
UBYTE ap_SizePosition
WORD ap_RelativeLeft
WORD ap_RelativeTop
UBYTE ap_RelativeWidth
UBYTE ap_RelativeHeight
LABEL AslPrefs_SIZEOF
;---------------------------------------------------------------------------
ENDC ; PREFS_ASL_I
Comments |
| $VER: d0.se 1.14 Copyright © 2011-2026 Tobias Geijersson support at d0 dot se |