a1200   NEWS   APPS   DOCS   ABOUT
a1200
----
a1200
----
Autodocs
Include
 classes
 clib
 datatypes
 devices
 diskfont
 dos
 exec
 gadgets
 graphics
  clip.i / .h
  coerce.i / .h
  collide.h
  copper.i / .h
  display.i / .h
  displayinfo.i / .h
  gels.i / .h
  gfx.i / .h
  gfxbase.i / .h
  gfxmacros.h
  gfxnodes.i / .h
  graphint.h
  layers.i / .h
  modeid.i / .h
  monitor.i / .h
  rastport.i / .h
  regions.i / .h
  rpattr.i / .h
  scale.i / .h
  sprite.i / .h
  text.i / .h
  videocontrol.i / .h
  view.i / .h
 hardware
 images
 intuition
 libraries
 pragma
 pragmas
 prefs
 proto
 reaction
 resources
 rexx
 utility
 workbench
GuruMeditation
Docs » Include » graphics » sprite.i / .h
	IFND	GRAPHICS_SPRITE_I
GRAPHICS_SPRITE_I	SET	1
**
**	$VER: sprite.i 39.7 (11.8.1993)
**	Includes Release 45.1
**
**	(C) Copyright 1985-2001 Amiga, Inc.
**	    All Rights Reserved
**

    IFND    EXEC_TYPES_I
    include 'exec/types.i'
    ENDC

   STRUCTURE   SimpleSprite,0
   APTR        ss_posctldata
   WORD        ss_height
   WORD        ss_x
   WORD        ss_y
   WORD        ss_num
   LABEL       ss_SIZEOF


	STRUCTURE	ExtSprite,0
	STRUCT	es_SimpleSprite,ss_SIZEOF
	WORD	es_wordwidth
	WORD	es_flags
	LABEL	ExtSprite_SIZEOF	; NB - this was es_SIZEOF, but the
					; name has been changed to avoid
					; name conflict with intuition's
					; EasyStruct.



; tags for AllocSpriteData:
SPRITEA_Width		equ	$81000000
SPRITEA_XReplication	equ	$81000002
SPRITEA_YReplication	equ	$81000004
SPRITEA_OutputHeight	equ	$81000006
SPRITEA_Attached	equ	$81000008
SPRITEA_OldDataFormat	equ	$8100000a	; MUST pass in outputheight if using this tag


; tags for GetExtSprite:

GSTAG_SPRITE_NUM	equ	$82000020
GSTAG_ATTACHED		equ	$82000022
GSTAG_SOFTSPRITE	equ	$82000024

; tags valid for either GetExtSprite or ChangeExtSprite:
GSTAG_SCANDOUBLED	equ	$83000000	; request "NTSC-Like" height if possible.

	ENDC	; GRAPHICS_SPRITE_I

Comments

Name:
E-mail: Use this if you want a message if you get a response, will not be shown.
Comment:
Select correct short for:

Scoopex

SCX
FC
CSL
PHA

Comments:

$VER: d0.se 1.14 Copyright © 2011-2024 Tobias Geijersson support at d0 dot se