Show
Ignore:
Timestamp:
01/12/10 22:31:22 (2 years ago)
Author:
Carsten
Message:

a) Updated the defaults in CompilerSetup.py.tmpl.
b) The OpenGL rendering context and MatSys initialization is now delayed until the initial canvas is actually shown on screen. Fixes #3.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • cafu/trunk/CaWE/AppCaWE.hpp

    r36 r41  
    2727#include "wx/wx.h" 
    2828 
    29 #if __linux__ 
    30 #define HMODULE void* 
    31 #endif 
    32  
    33  
    3429class ParentFrameT; 
    3530class wxFileConfig; 
     
    5449    wxFileConfig* m_FileConfig; 
    5550    ParentFrameT* m_ParentFrame; 
    56     HMODULE       m_RendererDLL; 
    5751}; 
    5852