Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- QWIKC20 & Multi-Level Virtual Windows - Norton Guide http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]

  ---------------------------------------------------------------------------
  initwindow                                                            WNDWC
  ---------------------------------------------------------------------------
  Function       Initializes static data for WNDWC routines.  In brief, it
                 sets the defaults for wndwstat, indexes and margins for each
                 video page, and calls qinit.
  Syntax         void initwindow( int wattr, int clearscr, char cursorok );
  Remarks        This is the first routine required to be called early in the
                 main program and only needs to be done once.  wattr is the
                 attribute for the full screen (WINDOW0) for all video pages.
                 If clearscr is 1, then all video pages are cleared with
                 wattr.  Over 50 variables are initialized with this
                 function.  qinit is also called.  See initwindow source code
                 for details.
  Return value   None.
  EOS            Set to (1,1).
  Heap           Allocates virtualstat and pagestat pointers as required.


See Also: setcursordefault()

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