GDGetCurrent

C Specification

#include <revolution/gd.h>
GDLObj* GDGetCurrent();

Arguments

None.

Return Values

A pointer to the current GDLObj.

Description

This function returns a pointer to the current GDLObj. The current GDLObj is selected to receive future GD graphics commands.

See Also

GDSetCurrent
GDIsCurrent

Revision History

03/01/2006 Initial version.