|
Added
Link Here
|
| 1 |
--- OpenGL/__init__.py.orig 2008-12-07 06:58:16.000000000 +0300 |
| 2 |
+++ OpenGL/__init__.py 2009-04-12 07:52:27.000000000 +0400 |
| 3 |
@@ -102,7 +102,7 @@ |
| 4 |
# Declarations of plugins provided by PyOpenGL itself |
| 5 |
from OpenGL.plugins import PlatformPlugin, FormatHandler |
| 6 |
PlatformPlugin( 'nt', 'OpenGL.platform.win32.Win32Platform' ) |
| 7 |
-PlatformPlugin( 'posix ', 'OpenGL.platform.glx.GLXPlatform' ) |
| 8 |
+PlatformPlugin( 'posix', 'OpenGL.platform.glx.GLXPlatform' ) |
| 9 |
PlatformPlugin( 'linux2', 'OpenGL.platform.glx.GLXPlatform' ) |
| 10 |
PlatformPlugin( 'darwin', 'OpenGL.platform.darwin.DarwinPlatform' ) |
| 11 |
|