| NEWS APPS DOCS ABOUT | ||||
Autodocs Include classes clib datatypes devices diskfont dos exec gadgets graphics hardware images intuition libraries pragma pragmas prefs asl.h / .i font.h / .i icontrol.h / .i input.h / .i locale.h / .i overscan.h / .i palette.h / .i pointer.h / .i prefhdr.h / .i printergfx.h / .i printerps.h / .i printertxt.h / .i reaction.h screenmode.h / .i serial.h / .i sound.h / .i wbpattern.h / .i workbench.h / .i proto reaction resources rexx utility workbench GuruMeditation | #ifndef PREFS_ASL_H
#define PREFS_ASL_H
/*
** $VER: asl.h 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
*/
/*****************************************************************************/
#ifndef LIBRARIES_IFFPARSE_H
#include <libraries/iffparse.h>
#endif
#ifndef LIBRARIES_ASL_H
#include <libraries/asl.h>
#endif
/*****************************************************************************/
#define ID_ASL MAKE_ID('A','S','L',' ')
struct AslPrefs
{
LONG ap_Reserved[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;
};
/*****************************************************************************/
#endif /* PREFS_ASL_H */
Comments |
| $VER: d0.se 1.14 Copyright © 2011-2025 Tobias Geijersson support at d0 dot se |