~ubuntu-branches/ubuntu/precise/glew/precise

« back to all changes in this revision

Viewing changes to auto/src/glew_str_glx.c

  • Committer: Bazaar Package Importer
  • Author(s): Joost Yervante Damad
  • Date: 2011-06-15 09:21:24 UTC
  • mfrom: (1.1.10 upstream) (2.3.5 sid)
  • Revision ID: james.westby@ubuntu.com-20110615092124-1haeew9u1intteee
Tags: 1.6.0-2
* temporary let libglew1.6-dev provide libglew1.5-dev (Closes: #630536)
* temporary let libglewmx1.6-dev provide libglewmx1.5-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
#elif !defined(__APPLE__) || defined(GLEW_APPLE_GLX)
8
8
 
9
9
#if defined(GLEW_MX)
10
 
GLboolean glxewContextIsSupported (GLXEWContext* ctx, const char* name)
 
10
GLboolean glxewContextIsSupported (const GLXEWContext* ctx, const char* name)
11
11
#else
12
12
GLboolean glxewIsSupported (const char* name)
13
13
#endif