/[gzz]/gzz/gfx/demo/gldemo.py
ViewVC logotype

Diff of /gzz/gfx/demo/gldemo.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.31 by tjl, Sun Oct 6 13:43:56 2002 UTC revision 1.32 by tjl, Sun Oct 6 17:37:46 2002 UTC
# Line 264  class Main(Runnable): Line 264  class Main(Runnable):
264          b,s = (Bindings(), Show())          b,s = (Bindings(), Show())
265          global w          global w
266          w = gfxapi.createWindow()          w = gfxapi.createWindow()
267            w.setLocation(0,0,1024,768)
268          loadScenes()          loadScenes()
269          scr = Screen(w, b, s)          scr = Screen(w, b, s)
270          AbstractUpdateManager.addWindow(scr)          AbstractUpdateManager.addWindow(scr)
271          AbstractUpdateManager.chg()          AbstractUpdateManager.chg()
         w.setLocation(0,0,1024,768)  
272                    
273    
274  scenefile = args[0]  scenefile = args[0]

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26