/[usata]/usata2/src/system.cpp
ViewVC logotype

Diff of /usata2/src/system.cpp

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

revision 1.13 by skunix, Sun Jan 2 06:34:43 2005 UTC revision 1.14 by skunix, Mon Jan 3 07:43:49 2005 UTC
# Line 126  namespace system Line 126  namespace system
126                          SDL_GL_GetAttribute(SDL_GL_DEPTH_SIZE,&depth);                          SDL_GL_GetAttribute(SDL_GL_DEPTH_SIZE,&depth);
127                          logstream << "set video mode ok, GL_DEPTH_SIZE (" << depth <<")" << log::commit;                          logstream << "set video mode ok, GL_DEPTH_SIZE (" << depth <<")" << log::commit;
128                          init_glew();                          init_glew();
129                            glViewport(0,0,(GLsizei)vm.width, (GLsizei) vm.height);
130                  }                  }
131                  else                  else
132                  {                  {

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