don't call gl.foreground and create a new window after all (seems to

break window positions in .Xdefaults)
This commit is contained in:
Guido van Rossum 1992-08-19 16:42:53 +00:00
parent f9a2d33f01
commit 3af03d8f3e
1 changed files with 0 additions and 4 deletions

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