IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 40517


Ignore:
Timestamp:
Aug 20, 2018, 11:21:54 AM (8 years ago)
Author:
eugene
Message:

need to change numerical values for PLOT types for backwards compatibility

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libkapa/include/kapa.h

    r40419 r40517  
    4141  KAPA_PLOT_CONNECT      =  0,
    4242  KAPA_PLOT_HISTOGRAM    =  1,
    43   KAPA_PLOT_BARS_SOLID   =  2,
    44   KAPA_PLOT_BARS_OUTLINE =  3,
    45   KAPA_PLOT_BARS_OUTFILL =  4,
    46   KAPA_PLOT_POINTS      =  5,
     43  KAPA_PLOT_POINTS       =  2, // CONNECT, HISTOGRAM, POINTS need to be 0, 1, 2 for backwards compatibility
     44  KAPA_PLOT_BARS_SOLID  =  3,
     45  KAPA_PLOT_BARS_OUTLINE =  4,
     46  KAPA_PLOT_BARS_OUTFILL =  5,
    4747  KAPA_PLOT_INVALID_MAX  =  6,
    4848} KapaPlotStyle;
Note: See TracChangeset for help on using the changeset viewer.