From 3af03d8f3ed9ba6035c119908c85c8bfe1d37822 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Wed, 19 Aug 1992 16:42:53 +0000 Subject: [PATCH] don't call gl.foreground and create a new window after all (seems to break window positions in .Xdefaults) --- Modules/cgen.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Modules/cgen.py b/Modules/cgen.py index 2775d3dad6c..d6e9c9646fa 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 '}'