~jtaylor/ubuntu/oneiric/flightgear/fix-749249

« back to all changes in this revision

Viewing changes to tests/gl-info.c

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2005-11-26 12:31:23 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20051126123123-dhs3dijy6nd257up
Tags: 0.9.8-3ubuntu1
adapt gl/glu dependencies for Xorg

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
#include <stdio.h>
19
19
#include <stdlib.h>
20
20
 
21
 
#include FG_GLUT_H
 
21
#include <simgear/compiler.h>
 
22
 
 
23
#include SG_GLUT_H
22
24
 
23
25
 
24
26
void getPrints ( GLenum token, char *string )