diff options
Diffstat (limited to 'saedit/main.h')
-rw-r--r-- | saedit/main.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/saedit/main.h b/saedit/main.h index e4cf029..a670443 100644 --- a/saedit/main.h +++ b/saedit/main.h @@ -74,6 +74,7 @@ GtkWidget *xml_file_save_button = NULL; GtkWidget *imagesets_combo_box = NULL; GtkWidget *actions_combo_box = NULL; GtkWidget *animations_combo_box = NULL; +GtkWidget *imageset_preview_menu_item = NULL; GtkSourceBuffer *source_buffer = NULL; @@ -125,3 +126,4 @@ static gboolean darea_expose_event(GtkWidget *widget, GdkEventExpose *event, gpo static void load_config(); static void save_config_and_quit(); static void load_options(); +static void free_imageset(); |