gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] gzz/doc/uml/gl renderableseq.mp renderableseq.uml


From: Tuomas J. Lukka
Subject: [Gzz-commits] gzz/doc/uml/gl renderableseq.mp renderableseq.uml
Date: Thu, 29 Aug 2002 07:51:40 -0400

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Tuomas J. Lukka <address@hidden>        02/08/29 07:51:40

Modified files:
        doc/uml/gl     : renderableseq.mp renderableseq.uml 

Log message:
        Improve layout a little by grouping

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/doc/uml/gl/renderableseq.mp.diff?tr1=1.2&tr2=1.3&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/doc/uml/gl/renderableseq.uml.diff?tr1=1.3&tr2=1.4&r1=text&r2=text

Patches:
Index: gzz/doc/uml/gl/renderableseq.mp
diff -c gzz/doc/uml/gl/renderableseq.mp:1.2 gzz/doc/uml/gl/renderableseq.mp:1.3
*** gzz/doc/uml/gl/renderableseq.mp:1.2 Thu Aug 29 07:43:35 2002
--- gzz/doc/uml/gl/renderableseq.mp     Thu Aug 29 07:51:40 2002
***************
*** 1,2 ****
! horizontally(30,aaa, GLScreen, VobScene, GLVobCoorder, GLVobMap, 
GZZGL.Foo.ghost, GZZGL, jnihandler, Foo.ghost);
  GLScreen.c = (0,0);
--- 1,13 ----
! 
! horizontally(1, vs, VobScene, GLVobCoorder, GLVobMap);
! horizontally(1, jg, GZZGL.Foo.ghost, GZZGL);
! horizontally(1, cg, jnihandler, Foo.ghost);
! 
  GLScreen.c = (0,0);
+ 
+ vs.w = GLScreen.e + (60,0);
+ jg.w = vs.e + (60,0);
+ cg.w = jg.e + (60,0);
+ 
+ 
+ 
Index: gzz/doc/uml/gl/renderableseq.uml
diff -c gzz/doc/uml/gl/renderableseq.uml:1.3 
gzz/doc/uml/gl/renderableseq.uml:1.4
*** gzz/doc/uml/gl/renderableseq.uml:1.3        Thu Aug 29 07:43:35 2002
--- gzz/doc/uml/gl/renderableseq.uml    Thu Aug 29 07:51:40 2002
***************
*** 19,25 ****
            call jnihandler "render(int[] list, coordsys)"
                call Foo "render()"
      delete GZZGL.Foo "finalize() - being deleted"
!       call GZZGL
            call jnihandler
                delete Foo
        
--- 19,25 ----
            call jnihandler "render(int[] list, coordsys)"
                call Foo "render()"
      delete GZZGL.Foo "finalize() - being deleted"
!       call GZZGL "FOO_destroy(this.id)"
            call jnihandler
                delete Foo
        




reply via email to

[Prev in Thread] Current Thread [Next in Thread]