Ignore:
Timestamp:
Mar 20, 2009 7:36:52 PM (15 years ago)
Author:
gah
Message:

my first cut at flowvisviewer client based on work by dsk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/vizservers/pymolproxy/pymolproxy.c

    r1341 r1351  
    18401840    Tcl_CreateCommand(interp, "pan",           PanCmd,           &proxy, NULL);
    18411841    Tcl_CreateCommand(interp, "png",           PngCmd,           &proxy, NULL);
     1842    Tcl_CreateCommand(interp, "print",         PrintCmd,         &proxy, NULL);
    18421843    Tcl_CreateCommand(interp, "raw",           RawCmd,           &proxy, NULL);
    18431844    Tcl_CreateCommand(interp, "reset",         ResetCmd,         &proxy, NULL);
Note: See TracChangeset for help on using the changeset viewer.