/[gzz]/gzz/gfx/libcoords/Coords.cxx
ViewVC logotype

Diff of /gzz/gfx/libcoords/Coords.cxx

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

revision 1.39 by tjl, Sat Oct 19 14:27:02 2002 UTC revision 1.40 by tjl, Sun Oct 20 09:33:17 2002 UTC
# Line 622  namespace Coords { Line 622  namespace Coords {
622              return super->canPerformGL() && super2->canPerformGL();              return super->canPerformGL() && super2->canPerformGL();
623          }          }
624          virtual bool performGL() {          virtual bool performGL() {
625              if(!super2->performGL()) return false;              if(!super->performGL()) return false;
626              return super->performGL();              return super2->performGL();
627          }          }
628          virtual bool shouldBeDrawn() {          virtual bool shouldBeDrawn() {
629              return super->shouldBeDrawn() && super2->shouldBeDrawn();              return super->shouldBeDrawn() && super2->shouldBeDrawn();

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

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