File: colors.h

package info (click to toggle)
xmorph 1%3A20060817
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 5,688 kB
  • ctags: 2,022
  • sloc: ansic: 19,988; sh: 9,418; cpp: 1,230; makefile: 560; sed: 16
file content (11 lines) | stat: -rw-r--r-- 265 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11

/* color for selected points */
extern GdkGC   *mps_gc;
/* color for resulting points */
extern GdkGC   *mpr_gc;
/* color for mesh lines */
extern GdkGC   *mpl_gc;
extern int features_max_n;
extern GdkGC  *features_gc[];

void allocate_colors(GtkWidget * widget);