On Tue, 6 Feb 2001, Christoph Egger wrote:
> ggiOvl_t ggiOvlAllocate(ggi_visual_t vis, int width, int height);

How about:

ggiOvl_t ggiOvlAllocate(ggi_visual_t vis, int width, int height, void *props);

...The extra arg can be unused (NULL) now but can later be used to specify
and return properties the VRAM/Ovl must have, which will help when we actually
get to the point of negotiating with a KGI driver.

--
Brian

Reply via email to