/[callgl]/callgl/include/callgl_objects.hxx
ViewVC logotype

Diff of /callgl/include/callgl_objects.hxx

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

revision 1.2 by tjl, Wed Mar 26 14:41:19 2003 UTC revision 1.3 by tjl, Sun Sep 21 13:34:57 2003 UTC
# Line 74  namespace CallGL { Line 74  namespace CallGL {
74      protected:      protected:
75        void compile() {        void compile() {
76          displist = boost::shared_ptr<DisplayList>(new DisplayList);          displist = boost::shared_ptr<DisplayList>(new DisplayList);
77          callGL(source.c_str(), displist->name);          compileGL(source.c_str(), displist->name);
78        }        }
79        std::string source;        std::string source;
80        boost::shared_ptr<DisplayList> displist;        boost::shared_ptr<DisplayList> displist;

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