From d468527ef485b4281cff2276da29d0c29fbe652d Mon Sep 17 00:00:00 2001 From: Joachim Schoeberl Date: Sun, 1 Feb 2009 13:21:11 +0000 Subject: [PATCH] indirect rendering openGL context (required for parallel visualization) --- configure.ac | 2 +- libsrc/include/mydefs.hpp | 2 +- ng/drawing.tcl | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index ab098085..ccb309d3 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([netgen],[4.9.6],[],[]) +AC_INIT([netgen],[4.9.7-dev],[],[]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/libsrc/include/mydefs.hpp b/libsrc/include/mydefs.hpp index 88a74dc0..ea325728 100644 --- a/libsrc/include/mydefs.hpp +++ b/libsrc/include/mydefs.hpp @@ -20,7 +20,7 @@ // in the configure/make phases, with the // right version number #ifdef WIN32 -#define PACKAGE_VERSION "4.9.6" +#define PACKAGE_VERSION "4.9.7-dev" #endif diff --git a/ng/drawing.tcl b/ng/drawing.tcl index 9e95ee6b..af3cf630 100644 --- a/ng/drawing.tcl +++ b/ng/drawing.tcl @@ -6,7 +6,7 @@ set oldmousey 0 # # if { 1 } { -if {[catch {togl .ndraw -width 400 -height 300 -rgba true -double true -depth true -privatecmap false -stereo false -indirect false }] } { +if {[catch {togl .ndraw -width 400 -height 300 -rgba true -double true -depth true -privatecmap false -stereo false -indirect true }] } { puts "no OpenGL" } { #