From: Guido van Rossum Date: Wed, 19 Aug 1992 16:42:53 +0000 (+0000) Subject: don't call gl.foreground and create a new window after all (seems to X-Git-Tag: v0.9.8~208 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3af03d8f3ed9ba6035c119908c85c8bfe1d37822;p=thirdparty%2FPython%2Fcpython.git 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 2775d3dad6cc..d6e9c9646fa9 100644 --- a/Modules/cgen.py +++ b/Modules/cgen.py @@ -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 '}'