~vcs-imports/pyopengl/main

« back to all changes in this revision

Viewing changes to interface/GL/PGI/misc_hints.i

  • Committer: mcfletch
  • Date: 2005-07-25 03:54:22 UTC
  • Revision ID: Arch-1:pyopengl@bazaar.ubuntu.com%pyopengl--MAIN--0--patch-913
Merging the maint-2_0 changes into the head to make things easier for
new development.  Hopefully got Charles' changes properly merged in as well.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
***/
17
17
%}
18
18
 
19
 
#define __version__ "$Revision: 1.17 $"
20
 
#define __date__ "$Date: 2001/10/05 17:39:12 $"
 
19
#define __version__ "$Revision: 1.18 $"
 
20
#define __date__ "$Date: 2005/07/25 03:54:44 $"
21
21
#define __api_version__ API_VERSION
22
22
#define __author__ "Tarn Weisner Burton <twburton@users.sourceforge.net>"
23
23
#define __doc__ "http:\057\057oss.sgi.com\057projects\057ogl-sample\057registry\057PGI\057misc_hints.txt"
25
25
%include util.inc
26
26
 
27
27
/* turn the exception handler on */
28
 
GL_EXCEPTION_HANDLER()
 
28
%include gl_exception_handler.inc
29
29
 
30
30
%{
31
31
#if !EXT_DEFINES_PROTO || !defined(GL_PGI_misc_hints)