NEWS APPS DOCS ABOUT | ||||
Autodocs Include classes clib datatypes devices diskfont dos exec gadgets graphics clip.h / .i coerce.h / .i collide.h copper.h / .i display.h / .i displayinfo.h / .i gels.h / .i gfx.h / .i gfxbase.h / .i gfxmacros.h gfxnodes.h / .i graphint.h layers.h / .i modeid.h / .i monitor.h / .i rastport.h / .i regions.h / .i rpattr.h / .i scale.h / .i sprite.h / .i text.h / .i videocontrol.h / .i view.h / .i hardware images intuition libraries pragma pragmas prefs proto reaction resources rexx utility workbench GuruMeditation | #ifndef GRAPHICS_GRAPHINT_H #define GRAPHICS_GRAPHINT_H /* ** $VER: graphint.h 39.0 (23.9.1991) ** Includes Release 45.1 ** ** (C) Copyright 1985-2001 Amiga, Inc. ** All Rights Reserved */ #ifndef EXEC_NODES_H #include <exec/nodes.h> #endif /* structure used by AddTOFTask */ struct Isrvstr { struct Node is_Node; struct Isrvstr *Iptr; /* passed to srvr by os */ LONG (*code)(); LONG (*ccode) __CLIB_PROTOTYPE((APTR)); APTR Carg; }; #endif /* GRAPHICS_GRAPHINT_H */ Comments |
$VER: d0.se 1.14 Copyright © 2011-2024 Tobias Geijersson support at d0 dot se |