Date: Mon, 15 Jan 2001 13:31:14 +0100 From: Nicolas Souchu <nsouch@alcove.fr> To: David O'Brien <obrien@FreeBSD.org> Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/lib/libvgl bitmap.c main.c simple.c vgl.h Message-ID: <20010115133114.D19739@ontario.alcove-int> In-Reply-To: <20010114100020.C35126@dragon.nuxi.com>; from obrien@FreeBSD.org on Sun, Jan 14, 2001 at 10:00:20AM -0800 References: <200101131130.f0DBUHP12372@freefall.freebsd.org> <20010114100020.C35126@dragon.nuxi.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Jan 14, 2001 at 10:00:20AM -0800, David O'Brien wrote: > On Sat, Jan 13, 2001 at 03:30:17AM -0800, Nicolas Souchu wrote: > > There is no major interface modification except that the color type > > becomes u_long instead of byte. So one just need to recompile his > > application. > > Uh... this certainly *is*: > > -void VGLSetXY(VGLBitmap *object, int x, int y, byte color); > +void VGLSetXY(VGLBitmap *object, int x, int y, u_long color); [...] > > Just what would you call a major interface change then?? No. I should have said it differently. What do you understand? That there is a major interface modification? -- Nicolas.Souchu@alcove.fr Alcôve - Open Source Software Engineer - http://www.alcove.fr To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010115133114.D19739>