2011-07-20 11:45:20 -04:00
|
|
|
$OpenBSD: patch-OpenGL___init___py,v 1.2 2011/07/20 15:45:20 sthen Exp $
|
|
|
|
--- OpenGL/__init__.py.orig Sun Mar 29 15:30:08 2009
|
|
|
|
+++ OpenGL/__init__.py Wed Jul 20 16:42:50 2011
|
|
|
|
@@ -115,6 +115,8 @@ from OpenGL.plugins import PlatformPlugin, FormatHandl
|
2009-06-03 20:38:41 -04:00
|
|
|
PlatformPlugin( 'nt', 'OpenGL.platform.win32.Win32Platform' )
|
|
|
|
PlatformPlugin( 'posix ', 'OpenGL.platform.glx.GLXPlatform' )
|
|
|
|
PlatformPlugin( 'linux2', 'OpenGL.platform.glx.GLXPlatform' )
|
|
|
|
+PlatformPlugin( 'openbsd4', 'OpenGL.platform.glx.GLXPlatform' )
|
2011-07-20 11:45:20 -04:00
|
|
|
+PlatformPlugin( 'openbsd5', 'OpenGL.platform.glx.GLXPlatform' )
|
2009-06-03 20:38:41 -04:00
|
|
|
PlatformPlugin( 'darwin', 'OpenGL.platform.darwin.DarwinPlatform' )
|
|
|
|
|
|
|
|
FormatHandler( 'none', 'OpenGL.arrays.nones.NoneHandler' )
|