patch-OpenGL___init___py 803 B

1234567891011121314
  1. $OpenBSD: patch-OpenGL___init___py,v 1.3 2015/05/29 11:20:01 ajacoutot Exp $
  2. --- OpenGL/__init__.py.orig Sat Sep 15 06:27:23 2012
  3. +++ OpenGL/__init__.py Fri May 29 13:17:51 2015
  4. @@ -196,6 +196,9 @@ MODULE_ANNOTATIONS = False
  5. from OpenGL.plugins import PlatformPlugin, FormatHandler
  6. PlatformPlugin( 'nt', 'OpenGL.platform.win32.Win32Platform' )
  7. PlatformPlugin( 'linux2', 'OpenGL.platform.glx.GLXPlatform' )
  8. +PlatformPlugin( 'openbsd4', 'OpenGL.platform.glx.GLXPlatform' )
  9. +PlatformPlugin( 'openbsd5', 'OpenGL.platform.glx.GLXPlatform' )
  10. +PlatformPlugin( 'openbsd6', 'OpenGL.platform.glx.GLXPlatform' )
  11. PlatformPlugin( 'darwin', 'OpenGL.platform.darwin.DarwinPlatform' )
  12. PlatformPlugin( 'posix', 'OpenGL.platform.glx.GLXPlatform' )
  13. PlatformPlugin( 'osmesa', 'OpenGL.platform.osmesa.OSMesaPlatform')