Changeset 2667


Ignore:
Timestamp:
Nov 10, 2011, 3:02:10 PM (13 years ago)
Author:
gah
Message:
 
Location:
trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/scripts/molvisviewer.tcl

    r2637 r2667  
    11361136    set _view(c) $c
    11371137    if { !$_rotatePending } {
    1138         $_dispatcher event -after 10 !rotate
     1138        $_dispatcher event -after 100 !rotate
    11391139        set _rotatePending 1
    11401140    }
  • trunk/packages/vizservers/configure

    r2648 r2667  
    84548454  DX_LIB_SPEC=""
    84558455else
    8456   DX_LIB_SPEC="-L${DX_LIB_DIR}"
     8456  DX_LIB_SPEC="-L${DX_LIB_DIR} -lDXcallm"
    84578457fi
    84588458{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $DX_LIB_SPEC" >&5
     
    88368836
    88378837
    8838 ac_config_files="$ac_config_files Makefile nanoscale/Makefile nanoscale/renderservers.tcl nanovis/Makefile nanovis/newmat11/Makefile nanovis/R2/src/Makefile nanovis/vrutil/Makefile nanovis/vrmath/Makefile nanovis/vr3d/Makefile nanovis/imgLoaders/Makefile nanovis/transfer-function/Makefile pymolproxy/Makefile pymolproxy/pymol vtkvis/Doxyfile vtkvis/Makefile start_viz.sh start_nanoscale.sh"
     8838ac_config_files="$ac_config_files Makefile nanoscale/Makefile nanoscale/renderservers.tcl nanovis/Makefile nanovis/newmat11/Makefile nanovis/R2/src/Makefile nanovis/vrutil/Makefile nanovis/vrmath/Makefile nanovis/vr3d/Makefile nanovis/imgLoaders/Makefile nanovis/transfer-function/Makefile pymolproxy/Makefile vtkvis/Doxyfile vtkvis/Makefile start_viz.sh start_nanoscale.sh"
    88398839
    88408840cat >confcache <<\_ACEOF
     
    95569556    "nanovis/transfer-function/Makefile") CONFIG_FILES="$CONFIG_FILES nanovis/transfer-function/Makefile" ;;
    95579557    "pymolproxy/Makefile") CONFIG_FILES="$CONFIG_FILES pymolproxy/Makefile" ;;
    9558     "pymolproxy/pymol") CONFIG_FILES="$CONFIG_FILES pymolproxy/pymol" ;;
    95599558    "vtkvis/Doxyfile") CONFIG_FILES="$CONFIG_FILES vtkvis/Doxyfile" ;;
    95609559    "vtkvis/Makefile") CONFIG_FILES="$CONFIG_FILES vtkvis/Makefile" ;;
  • trunk/packages/vizservers/configure.in

    r2648 r2667  
    370370   nanovis/transfer-function/Makefile \
    371371   pymolproxy/Makefile \
    372    pymolproxy/pymol \
    373372   vtkvis/Doxyfile \
    374373   vtkvis/Makefile \
Note: See TracChangeset for help on using the changeset viewer.