updated the imagemap plug-in
--Sven
This commit is contained in:
@ -39,6 +39,9 @@ typedef struct {
|
||||
GtkWidget *hidden;
|
||||
GtkWidget *lines;
|
||||
GtkWidget *crosses;
|
||||
GtkWidget *preview;
|
||||
|
||||
gboolean enable_preview;
|
||||
} GridDialog_t;
|
||||
|
||||
void do_grid_settings_dialog();
|
||||
@ -46,4 +49,7 @@ void draw_grid(GtkWidget *preview);
|
||||
gboolean toggle_grid();
|
||||
void round_to_grid(gint *x, gint *y);
|
||||
|
||||
gboolean grid_near_x(gint x);
|
||||
gboolean grid_near_y(gint y);
|
||||
|
||||
#endif /* _IMAP_GRID_H */
|
||||
|
Reference in New Issue
Block a user