File: funcs.h

package info (click to toggle)
libgeda 19991011-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,184 kB
  • ctags: 1,189
  • sloc: ansic: 12,520; sh: 7,406; makefile: 82
file content (16 lines) | stat: -rw-r--r-- 547 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
extern void (*arc_draw_func)();
extern void (*box_draw_func)();
extern void (*circle_draw_func)();
extern void (*complex_draw_func)();
extern void (*line_draw_func)();
extern void (*net_draw_func)();
extern void (*bus_draw_func)();
extern void (*text_draw_func)();
extern void (*pin_draw_func)();
extern void (*select_func)();
extern void (*pin_conn_recalc_func)(); 
extern void (*net_conn_recalc_func)();
extern void (*x_log_update_func)();
extern char * (*ps_color_string)();
extern int (*image_color_int)();
extern int (*image_gdcolor_init)();