summaryrefslogtreecommitdiff
path: root/saedit/main.h
diff options
context:
space:
mode:
authorVasily_Makarov <danilka.pro@gmail.com>2012-01-30 20:31:21 +0400
committerVasily_Makarov <danilka.pro@gmail.com>2012-01-30 20:31:21 +0400
commitd11287c58f26792828d46e2c21d4bb42b2c7981a (patch)
treec3111ab7184eb908f455bc9530b2ce503c06ceb6 /saedit/main.h
parent52bc7fcc1a89355d51fe55ab160f9bcc2842fa3e (diff)
downloadevol-tools-d11287c58f26792828d46e2c21d4bb42b2c7981a.tar.gz
evol-tools-d11287c58f26792828d46e2c21d4bb42b2c7981a.tar.bz2
evol-tools-d11287c58f26792828d46e2c21d4bb42b2c7981a.tar.xz
evol-tools-d11287c58f26792828d46e2c21d4bb42b2c7981a.zip
Correcting event bug
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);