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 '}'