/[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.2 by jvk, Mon Aug 19 14:27:59 2002 UTC revision 1.3 by jvk, Fri Aug 30 08:37:04 2002 UTC
# Line 160  b,s = (Bindings(), Show()) Line 160  b,s = (Bindings(), Show())
160  class Main(Runnable):  class Main(Runnable):
161      def run(self):      def run(self):
162          global w, b, s          global w, b, s
163          w = gfxapi.createWindow(java.awt.Color(1,1,1))          w = gfxapi.createWindow()
164          w.setLocation(0,0,600,600)          w.setLocation(0,0,600,600)
165          loadScenes()          loadScenes()
166          scr = Screen(w, b, s)          scr = Screen(w, b, s)

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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