Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jan 2001 14:43:43 -0500 (EST)
From:      Garrett Wollman <wollman@khavrinen.lcs.mit.edu>
To:        Maxim Sobolev <sobomax@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:  <200101151943.OAA97850@khavrinen.lcs.mit.edu>
In-Reply-To: <3A62EEC0.57D850A8@FreeBSD.org>
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, 15 Jan 2001 14:36:16 +0200, Maxim Sobolev <sobomax@FreeBSD.org> said:

>> > -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,
with the same alignment and value).  They might break the ABI on
Alphas, howerver.

-GAWollman



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?200101151943.OAA97850>