/[gzz]/gzz/gfx/util/texpacker.py
ViewVC logotype

Diff of /gzz/gfx/util/texpacker.py

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

revision 1.2 by tjl, Thu Jan 16 16:06:28 2003 UTC revision 1.3 by tjl, Fri Jan 17 08:06:07 2003 UTC
# Line 39  class Main(Runnable): Line 39  class Main(Runnable):
39          System.exit(0)          System.exit(0)
40    
41      def handle(self, texfile):      def handle(self, texfile):
42            GL.freeQueue()
43          im = GL.createImage(texfile)          im = GL.createImage(texfile)
44          d = im.getSize();          d = im.getSize();
45          print d          print d
# Line 86  for o,a in opts: Line 87  for o,a in opts:
87    
88    
89  gfxapi = GraphicsAPI.getInstance()  gfxapi = GraphicsAPI.getInstance()
90  gfxapi.startUpdateManager(Main(["../mstmpimg/014290275B45C8E59A24F635BF615D9DD9B32563F1-170-1"]))  gfxapi.startUpdateManager(Main(args))
91    

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