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