On Mon, 12 Feb 2001, Christoph Egger wrote:
> If I got you right, then ggiOvlAllocate should look like this, no?
> 
> 
> /* checks, if an object of the given properties is available.
>  * If not, then it fails else it allocates it with the given size.
>  */
> ggiOvl_t ggiOvlAllocate(ggi_visual_t vis,
>                       struct properties *props,
>                       int width, int height);

Yes -- but what's a struct properties?  Any reason why it shouldn't 
be just a ggi_Ovl_t?

--
Brian

Reply via email to