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 PREFS_ICONTROL_I PREFS_ICONTROL_I SET 1 ** ** $VER: icontrol.i 45.1 (20.11.2000) ** Includes Release 45.1 ** ** File format for intuition control preferences ** ** (C) Copyright 1991-2001 Amiga, Inc. ** All Rights Reserved ** ;--------------------------------------------------------------------------- IFND EXEC_TYPES_I INCLUDE "exec/types.i" ENDC ;--------------------------------------------------------------------------- ID_ICTL equ "ICTL" STRUCTURE IControlPrefs,0 STRUCT ic_Reserved,4*4 ; System reserved UWORD ic_TimeOut ; Verify timeout WORD ic_MetaDrag ; Meta drag mouse event ULONG ic_Flags ; IControl flags (see below) UBYTE ic_WBtoFront ; CKey: WB to front UBYTE ic_FrontToBack ; CKey: front screen to back UBYTE ic_ReqTrue ; CKey: Requester TRUE UBYTE ic_ReqFalse ; CKey: Requester FALSE LABEL IControlPrefs_SIZEOF ; flags for IControlPrefs.ic_Flags BITDEF IC,COERCE_COLORS,0 BITDEF IC,COERCE_LACE,1 BITDEF IC,STRGAD_FILTER,2 BITDEF IC,MENUSNAP,3 BITDEF IC,MODEPROMOTE,4 BITDEF IC,SQUARE_RATIO,5 ;--------------------------------------------------------------------------- ENDC ; PREFS_ICONTROL_I Comments |
$VER: d0.se 1.14 Copyright © 2011-2024 Tobias Geijersson support at d0 dot se |