]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
don't call gl.foreground and create a new window after all (seems to
authorGuido van Rossum <guido@python.org>
Wed, 19 Aug 1992 16:42:53 +0000 (16:42 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 19 Aug 1992 16:42:53 +0000 (16:42 +0000)
break window positions in .Xdefaults)

Modules/cgen.py

index 2775d3dad6ccbfcd4fc789bb7a97b1bf0d50624a..d6e9c9646fa99e29f0e5baad784a6e5dc70bc549 100644 (file)
@@ -459,8 +459,4 @@ print
 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 '}'