From owner-cvs-all Mon Jan 15 4:42:38 2001 Delivered-To: cvs-all@freebsd.org Received: from smtp.alcove.fr (smtp.alcove.fr [212.155.209.139]) by hub.freebsd.org (Postfix) with ESMTP id 8F8F637B400; Mon, 15 Jan 2001 04:42:15 -0800 (PST) Received: from nsouch by smtp.alcove.fr with local (Exim 3.12 #1 (Debian)) id 14I8xi-0005TU-00; Mon, 15 Jan 2001 13:42:14 +0100 Date: Mon, 15 Jan 2001 13:42:14 +0100 From: Nicolas Souchu To: Maxim Sobolev Cc: David O'Brien , 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> References: <200101131130.f0DBUHP12372@freefall.freebsd.org> <20010114100020.C35126@dragon.nuxi.com> <20010115133114.D19739@ontario.alcove-int> <3A62EEC0.57D850A8@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.4i In-Reply-To: <3A62EEC0.57D850A8@FreeBSD.org>; from sobomax@FreeBSD.org on Mon, Jan 15, 2001 at 02:36:16PM +0200 Organization: =?iso-8859-1?Q?Alc=F4ve=2C_http:=2F=2Fwww=2Ealcove=2Efr?= Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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