GDIsCurrent

Syntax

#include <revolution/gd.h>

GXBool GDIsCurrent( const GDLObj* dl );

Arguments

dl Pointer to a graphics display list object.

Return Values

Boolean indicating whether or not dl is the current GDLObj.

Description

This function indicates whether the given GDLObj is the current structure. The current GDLObj is the structure that has been selected to receive future GD graphics commands.

See Also

GDSetCurrent, GDGetCurrent

Revision History

2006/03/01 Initial version.


CONFIDENTIAL