#include <revolution/gd.h>
GXBool GDIsCurrent( const GDLObj* dl );
|
Pointer to a graphics display list object. |
Boolean value indicating whether dl is the current GDLObj.
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.
03/01/2006 Initial version.