IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 18, 2007, 7:24:04 AM (19 years ago)
Author:
eugene
Message:

fixing style arguments, graphmode from kapa

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/kapa-mods-2007-05/Ohana/src/libkapa/include/kapa.h

    r13409 r13432  
    2929  int logflux;
    3030} KiiDisplayMode;
     31
     32typedef struct {
     33  float x;
     34  float y;
     35  float dx;
     36  float dy;
     37  int type;
     38} KiiOverlayBase;
    3139
    3240typedef struct {
     
    156164int KapaGetSection (int fd, char *name);
    157165int KapaMoveSection (int fd, char *name, char *direction);
     166int KapaSetGraphStyle (int fd, Graphdata *graphmode);
     167int KapaGetGraphStyle (int fd, Graphdata *graphmode);
    158168
    159169/* KapaColors */
Note: See TracChangeset for help on using the changeset viewer.