Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Nanforum Toolkit v2.1 Reference Guide - <b>ft_popvid()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FT_POPVID()
 Restore previously saved video states.
------------------------------------------------------------------------------

 Syntax

      FT_PopVid() -> <nStackSize>

 Arguments

     None

 Returns

     The number of items remaining in the internal stack.

 Description

     This is the complementary function to FT_PushVid().  At some time
     after saving the video states it will probably be necessary to restore
     them.  This is done by restoring the settings from the last call to
     FT_PushVid().  The number of items on the internal stack is then
     reduced by one.  Note that the use of stack logic means that items on
     the stack are retrieved in Last In First Out order.

 Examples

     FT_PopVid()          // Restore video states

 Source: PVID.PRG

 Author: Ted Means

See Also: FT_PushVid()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson