Changeset 6099 for trunk/src


Ignore:
Timestamp:
Jun 25, 2001, 10:31:24 PM (24 years ago)
Author:
bird
Message:

fxRenderClippedLine should not be inlined since it's used in fxcvs.c.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/opengl/mesa/3dfx/fxrender.c

    r3598 r6099  
    6060 * endpoints must be clipped.
    6161 */
    62 #if !defined(__MWERKS__)
    63 INLINE
    64 #endif
     62//#if !defined(__MWERKS__)
     63//INLINE                                /* function is accessed in fxcva.c! */
     64//#endif
    6565void fxRenderClippedLine( struct vertex_buffer *VB,
    6666                                 GLuint v1, GLuint v2 )
Note: See TracChangeset for help on using the changeset viewer.