Date: Mon, 15 Jan 2001 13:42:14 +0100 From: Nicolas Souchu <nsouch@alcove.fr> To: Maxim Sobolev <sobomax@FreeBSD.org> Cc: David O'Brien <obrien@FreeBSD.org>, 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: <20010115134214.G19739@ontario.alcove-int> In-Reply-To: <3A62EEC0.57D850A8@FreeBSD.org>; from sobomax@FreeBSD.org on Mon, Jan 15, 2001 at 02:36:16PM %2B0200 References: <200101131130.f0DBUHP12372@freefall.freebsd.org> <20010114100020.C35126@dragon.nuxi.com> <20010115133114.D19739@ontario.alcove-int> <3A62EEC0.57D850A8@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jan 15, 2001 at 02:36:16PM +0200, Maxim Sobolev wrote: > Nicolas Souchu wrote: > > > 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? > > Please bump shared library version number, because ABI is likely to be broken. Sure! Sorry, I'm not a library specialist. So, I should just increase the MINOR by one, and that's all? Or is there something else to take care about? Thanks, Nicholas -- 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?20010115134214.G19739>