[wxVTK] Sander Niemeijer's patch was Re: wxAuiNotebook with wxVTK
Brought to you by:
malat
From: Mathieu M. <mat...@gm...> - 2008-04-13 22:10:28
|
Hi Sander, Your patch made it into CVS HEAD. Please accept my apologies for the long wait. $ cvs ci -m"ENH: Merge almost all Sander Niemeijer patch from last August in wxVTK CVS:HEAD." Checking in src/wxVTKRenderWindowInteractor.cxx; /cvsroot/wxvtk/wxVTK/src/wxVTKRenderWindowInteractor.cxx,v <-- wxVTKRenderWindowInteractor.cxx new revision: 1.35; previous revision: 1.34 done Checking in src/wxVTKRenderWindowInteractor.h; /cvsroot/wxvtk/wxVTK/src/wxVTKRenderWindowInteractor.h,v <-- wxVTKRenderWindowInteractor.h new revision: 1.19; previous revision: 1.18 done On Wed, Apr 9, 2008 at 10:32 AM, Sander Niemeijer <nie...@st...> wrote: > - wxWidgets 2.6 + GTK 1.2 -> use wxGLCanvas > - wxWidgets 2.6 + GTK 2.0 -> don't use wxGLCanvas > - wxWidgets 2.8 + GTK 1.2 -> will never work > - wxWidgets 2.8 + GTK 2.0 -> don't use wxGLCanvas That's at least one part of your patch I did not commited. As far as I understand you were setting USE_WXGLCANVAS on all wxGTK 2.8.0 without no distinction, right ? If so does anyone knows how to detect at compilation wether we are using gtk 1.x or gtk 2.x ? Otherwise I'll dig something Thanks again, -- Mathieu |