#include <ggi/ggi.h>
int ggiSetGCForeground
(ggi_visual_t vis, ggi_pixel color);
int ggiGetGCForeground
(ggi_visual_t vis, ggi_pixel *color);
int ggiSetGCBackground
(ggi_visual_t vis, ggi_pixel color);
int ggiGetGCBackground
(ggi_visual_t vis, ggi_pixel *color);