]> git.pld-linux.org Git - packages/openinventor.git/blob - openinventor-nodisplay.patch
813275b86ec3db2618a9b0d1016b29bee6c69704
[packages/openinventor.git] / openinventor-nodisplay.patch
1 --- inventor/doc/man/ivman/Main.c++.orig        Sat May 26 01:36:28 2001
2 +++ inventor/doc/man/ivman/Main.c++     Sat May 26 01:32:51 2001
3 @@ -117,7 +117,7 @@
4      SoDB::init();
5      SoNodeKit::init();
6      SoInteraction::init();
7 -    SoXt::init(argv[0]);
8 +/*  SoXt::init(argv[0]);  requires X DISPLAY */
9  
10      // Process each class in turn
11      ClassDef   *mainCd = NULL, *curCd = NULL, *cd;
This page took 0.041703 seconds and 2 git commands to generate.