mirror of https://github.com/python/cpython.git
don't call gl.foreground and create a new window after all (seems to
break window positions in .Xdefaults)
This commit is contained in:
parent
f9a2d33f01
commit
3af03d8f3e
|
@ -459,8 +459,4 @@ def mkobject(type, arg):
|
|||
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 '}'
|
||||
|
|
Loading…
Reference in New Issue