summaryrefslogtreecommitdiff
path: root/saedit/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'saedit/main.h')
-rw-r--r--saedit/main.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/saedit/main.h b/saedit/main.h
index 3b6e519..ff3eb4a 100644
--- a/saedit/main.h
+++ b/saedit/main.h
@@ -59,7 +59,7 @@ Keys *config;
//Cairo functions
cairo_surface_t *get_grid_surface(int w, int h);
-gboolean darea_expose_event(GtkWidget *widget, GdkEventExpose *event, SAEInfo *sae_info);
+gboolean darea_expose_event(GtkWidget *widget, GdkEvent *event, SAEInfo *sae_info);
//String functions (common)
gchar *markup_bold(gchar *str);