From: Bret M. <mog...@ge...> - 2000-11-30 05:29:28
|
On Wed, Nov 29, 2000 at 09:49:15PM -0700, Brian Paul wrote: > glcore.h is unmodified from the SGI SI. It basically defines the > public interface to the OpenGL core. I'm planning to make Mesa > use it in the future. > > I guess we could add an #ifdef __c_plus_plus__ (or whatever) and > change the names to something else. So much for pristine sources... Well, extern "C" can be wrapped around the #include by C++ source... but there's no way to change the private keyword cleanly in just that place if you expect clients to be using that struct member. May I suggest the name change to privateData (which is what I'm using in my local version)? Bret -- Bret Mogilefsky ** mo...@ge... ** Programmer |