IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 28, 2005, 8:27:19 AM (21 years ago)
Author:
eugene
Message:

added weight and type to lines, defined -noX option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/kapa/graph/LoadBox.c

    r2473 r5612  
    6464  }
    6565
    66   DrawFrame (layout);
     66  if (USE_XWINDOW) DrawFrame (layout);
    6767  status = TRUE;
    6868  if (status) {
     
    7070      PositionPicture (&section[i]);
    7171    }
    72     XClearWindow (graphic.display, graphic.window);
     72    if (USE_XWINDOW) XClearWindow (graphic.display, graphic.window);
    7373    Refresh (1);
    7474  } else {
Note: See TracChangeset for help on using the changeset viewer.