Skip to content
  • Chun-wei Fan's avatar
    test/gtkgears.c: Fix on C89 Compilers · b3725a45
    Chun-wei Fan authored
    Make sure that variables are declared at the top of the block.
    
    Break up one of the sincos() calls into individual calls to sin() and cos()
    so that we do not have to complicate the initialization of the following
    GLfloat array.
    b3725a45