IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 3, 2007, 12:06:59 PM (19 years ago)
Author:
eugene
Message:

do not call Draw... commands under NO X

File:
1 edited

Legend:

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

    r6684 r13202  
    2525  layout[0].label[mode].size = size;
    2626  strcpy (layout[0].label[mode].font, c);
    27   DrawLabels (layout);
     27  if (USE_XWINDOW) DrawLabels (layout);
    2828 
    2929  FlushDisplay ();
Note: See TracChangeset for help on using the changeset viewer.