Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jan 2001 14:36:16 +0200
From:      Maxim Sobolev <sobomax@FreeBSD.org>
To:        Nicolas Souchu <nsouch@alcove.fr>
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:  <3A62EEC0.57D850A8@FreeBSD.org>
References:  <200101131130.f0DBUHP12372@freefall.freebsd.org> <20010114100020.C35126@dragon.nuxi.com> <20010115133114.D19739@ontario.alcove-int>

next in thread | previous in thread | raw e-mail | index | archive | help
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.

-Maxim





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?3A62EEC0.57D850A8>