GDIsCurrent

C Specification

#include <revolution/gd.h>
GXBool GDIsCurrent( const GDLObj* dl );

Arguments

dl Pointer to a graphics display list object.

Return Values

Boolean value indicating whether 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

03/01/2006 Initial version.