Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jan 2001 14:36:03 -0800
From:      "David O'Brien" <obrien@FreeBSD.org>
To:        Garrett Wollman <wollman@khavrinen.lcs.mit.edu>
Cc:        Maxim Sobolev <sobomax@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:  <20010115143602.A44766@dragon.nuxi.com>
In-Reply-To: <200101151943.OAA97850@khavrinen.lcs.mit.edu>; from wollman@khavrinen.lcs.mit.edu on Mon, Jan 15, 2001 at 02:43:43PM -0500
References:  <200101131130.f0DBUHP12372@freefall.freebsd.org> <20010114100020.C35126@dragon.nuxi.com> <20010115133114.D19739@ontario.alcove-int> <3A62EEC0.57D850A8@FreeBSD.org> <200101151943.OAA97850@khavrinen.lcs.mit.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jan 15, 2001 at 02:43:43PM -0500, Garrett Wollman wrote:
> >> > -void VGLSetXY(VGLBitmap *object, int x, int y, byte color);
> >> > +void VGLSetXY(VGLBitmap *object, int x, int y, u_long color);
> 
> > Please bump shared library version number, because ABI is likely to be broken.
> 
> Changes of this sort clearly do *not* break the ABI on Intel
> architecture (the parameter `color' is in the same place on the stack,

Not for 64-bit longs on x86...



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?20010115143602.A44766>