/[gzz]/gzz/gfx/libtext/Text.hxx
ViewVC logotype

Diff of /gzz/gfx/libtext/Text.hxx

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

revision 1.12 by tjl, Sat Jan 25 11:03:21 2003 UTC revision 1.13 by tjl, Sat Jan 25 12:12:51 2003 UTC
# Line 247  namespace Text { Line 247  namespace Text {
247          }          }
248      };      };
249    
250      inline void normalBindTexture(const Mosaic::Id &t) {      void normalBindTexture(const Mosaic::Id &t) ;
251          t.bind(GL_TEXTURE_2D);      void normalBindTexture_01(const Mosaic::Id &t) ;
     }  
   
     inline void normalBindTexture_01(const Mosaic::Id &t) {  
         glActiveTextureARB(GL_TEXTURE1);  
         t.bind();  
         glActiveTextureARB(GL_TEXTURE0);  
         t.bind();  
     }  
   
252      template<class Glyphs, class Char> class Renderer {      template<class Glyphs, class Char> class Renderer {
253          Mosaic::Id curtex;          Mosaic::Id curtex;
254      public:      public:

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

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