~ubuntu-branches/ubuntu/trusty/glew/trusty

« back to all changes in this revision

Viewing changes to auto/src/glewinfo_gl.c

  • Committer: Bazaar Package Importer
  • Author(s): Joost Yervante Damad
  • Date: 2009-05-11 17:48:06 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090511174806-hpbwcimkr4ir0mfl
Tags: 1.5.1-4
make sure mx library really is MX (closes: #528232)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* ------------------------------------------------------------------------ */
2
 
 
3
 
static void glewInfo (void)
4
 
{
5
 
#ifdef GL_VERSION_1_1
6
 
  _glewInfo_GL_VERSION_1_1();
7
 
#endif /* GL_VERSION_1_1 */
 
1
/* ------------------------------------------------------------------------ */
 
2
 
 
3
static void glewInfo (void)
 
4
{
 
5
#ifdef GL_VERSION_1_1
 
6
  _glewInfo_GL_VERSION_1_1();
 
7
#endif /* GL_VERSION_1_1 */