Commit 3af03d8f authored by Guido van Rossum's avatar Guido van Rossum

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

break window positions in .Xdefaults)
parent f9a2d33f
......@@ -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 '}'
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment