On Mon, May 08, 2000 at 03:09:03PM -0600, Brett Johnson wrote:
| 
| Old behavior = backward compatibility.  The implementation is free to do
|                whatever it wants to maintain this.  i.e. some will #include
|                glext.h, some won't.  Most will declare function prototypes for
|                extension functions, but not typedefs.
| 
| New behavior = glext.h is always #include'd from gl.h.  Extension function
|                prototypes are never declared, and all extension related
|                typedefs (including the function typedefs) are contained in
|                glext.h.
| 
| The thing we're voting on is whether the "new OGLBASE compliant" behavior, or
| the "old, backwards compatible" behavior is the default.  "B" = old behavior
| is default, "C" = new behavior is default.
| 
| Allen, is this a correct summary of your proposal?

Yep.

Allen

Reply via email to