Changeset 11 for branches

Show
Ignore:
Timestamp:
11/18/07 20:33:28 (5 years ago)
Author:
mirko
Message:

Applied patch from Huang Guo-Hao.

Location:
branches/pdfcube-0.0.3
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/pdfcube-0.0.3/ChangeLog

    r10 r11  
     12007-11-18  Mirko Maischberger  <mirko.maischberger@gmail.com> 
     2        * src/pdfcube.cc: Huang Guo-Hao suggested some useful 
     3        modifications to the initialization params of OpenGL 
     4         
    152007-01-29  Mirko Maischberger  <mirko.maischberger@gmail.com> 
    26        * pdfcube.1.txt: added the manpage provided by Alexander Wirt, 
  • branches/pdfcube-0.0.3/src/pdfcube.cc

    r10 r11  
    14151415  glconfig = gdk_gl_config_new_by_mode ((GdkGLConfigMode) 
    14161416                                        ( 
    1417                                          GDK_GL_MODE_RGBA   | 
    1418                                          GDK_GL_MODE_ALPHA  | 
     1417                                         GDK_GL_MODE_RGB   | 
    14191418                                         GDK_GL_MODE_DEPTH  | 
    14201419                                         GDK_GL_MODE_DOUBLE));