/[gzz]/gzz/gfx/libcallgl/callgl.hxx
ViewVC logotype

Diff of /gzz/gfx/libcallgl/callgl.hxx

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

revision 1.13 by jvk, Fri Sep 13 16:15:30 2002 UTC revision 1.14 by jvk, Sun Sep 15 10:22:13 2002 UTC
# Line 119  namespace CallGL { Line 119  namespace CallGL {
119        string getSource() const { return source; }        string getSource() const { return source; }
120        void operator () (void) const {        void operator () (void) const {
121          //cout << "Calling list " << displist->name << "\n";          //cout << "Calling list " << displist->name << "\n";
122          glCallList(displist->name);            if (displist.get()) glCallList(displist->name);  
123        }        }
124    
125      protected:      protected:

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14

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