commit | 3af03d8f3ed9ba6035c119908c85c8bfe1d37822 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Aug 19 16:42:53 1992 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Aug 19 16:42:53 1992 +0000 |
tree | 660f9dbbbea4f908fd34736dd2fb24e1f6684836 | |
parent | f9a2d33f014a8de414da4aa9a464d7a5318f4876 [diff] |
don't call gl.foreground and create a new window after all (seems to break window positions in .Xdefaults)
diff --git a/Modules/cgen.py b/Modules/cgen.py index 2775d3d..d6e9c96 100644 --- a/Modules/cgen.py +++ b/Modules/cgen.py
@@ -459,8 +459,4 @@ print 'initgl()' print '{' print '\tinitmodule("gl", gl_methods);' -print '\t/* Initialize GL and don\'t go in the background */' -print '\tforeground();' -print '\tnoport();' -print '\twinopen("");' print '}'