XForms: last minute suggestions for xforms-1.0

From: Rouben Rostamian (rostamian@umbc.edu)
Date: Tue Jun 11 2002 - 23:15:13 EDT

  • Next message: Rouben Rostamian: "XForms: yet another change regarding glcanvas.h"

    # To subscribers of the xforms list from "Rouben Rostamian" <rostamian@umbc.edu> :

    Steve, a few last minute changes regarding glcanvas.h:

    1.
    Add include-guards, as in:

    #ifndef GLCANVAS_H
    etc.

    2.
    Currently glcanvas.h begins with the test:
       #if defined(__GLX_glx_h__) || defined(GLX_H)

    I don't think that this test should be there at all.
    I would rather have:

       #include "GL/glx.h"

    there instead.

    3.
    Copyright info is missing in glcanvas.h

    -- 
    Rouben Rostamian <rostamian@umbc.edu>
    _________________________________________________
    To unsubscribe, send the message "unsubscribe" to
    xforms-request@bob.usuhs.mil   or see
    http://bob.usuhs.mil/mailserv/xforms.html
    XForms Home Page: http://world.std.com/~xforms
    List Archive: http://bob.usuhs.mil/mailserv/list-archives/
    



    This archive was generated by hypermail 2b29 : Tue Jun 11 2002 - 23:19:29 EDT