Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Zortech C++ 3.0r4 - <b>fg_fillbox</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
fg_fillbox

Usage

   #include <fg.h>
   void far fg_fillbox(fg_color_t color, int mode, int mask,
                       fg_const_pbox_t box);

Description

   Set box to color. Box b must be already clipped. This function can be
   used to clear the screen if box is equal to fg.displaybox.

Example 

   /* clear the screen */
   fg_fillbox(FG_BLACK, MODE_SET, ~0, fg.displaybox);






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