From: arif Date: Tue, 14 Oct 2008 23:16:42 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: LAST_LIBGRAPH~32^2~3123 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e628c11ea19d4da35335cea58a49d0ff74bdce21;p=graphviz *** empty log message *** --- diff --git a/cmd/smyrna/gui/beacon.h b/cmd/smyrna/gui/beacon.h new file mode 100644 index 000000000..9d3d86e80 --- /dev/null +++ b/cmd/smyrna/gui/beacon.h @@ -0,0 +1,11 @@ +#ifndef BEACON_H +#define BEACON_H +#include "smyrnadefs.h" + +int pick_node(topview_node * n); +int is_node_picked(topview_node * n); +int remove_from_pick_list(topview_node * n); +int add_to_pick_list(topview_node * n); +int draw_node_hint_boxes(); + +#endif