ggiFillscreen

Name

ggiFillscreen — Fills the entire virtual screen

#include <ggi/ggi.h>

int ggiFillscreen(ggi_visual_t vis);

Description

Fills the entire virtual screen with the current foreground color. It maybe more efficient than the corresponding call to ggiDrawBox().

Return value

This function returns 0 to indicate success. Any other value indicates an error.