/[callgl]/callgl/examples/calltest.cxx
ViewVC logotype

Diff of /callgl/examples/calltest.cxx

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

revision 1.1 by tjl, Sat Feb 22 14:27:43 2003 UTC revision 1.2 by tjl, Sun Sep 21 13:34:56 2003 UTC
# Line 103  void display() { Line 103  void display() {
103    
104      if (!compiled[code_ind]) {      if (!compiled[code_ind]) {
105        cout << "Callgl "<<code_ind<<"\n";        cout << "Callgl "<<code_ind<<"\n";
106        callGL(code[code_ind].c_str(), listname + code_ind);        compileGL(code[code_ind].c_str(), listname + code_ind);
107        cout << "Called Callgl "<<code_ind<<"\n";        cout << "Called Callgl "<<code_ind<<"\n";
108        compiled[code_ind] = true;        compiled[code_ind] = true;
109      }      }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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