aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.c')
-rw-r--r--src/mainwindow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.c b/src/mainwindow.c
index b98ed00..6ea3fa7 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -545,7 +545,7 @@ static void redraw_object(struct object *o)
}
-static void redraw_overlay(struct presentation *p)
+void redraw_overlay(struct presentation *p)
{
gdk_window_invalidate_rect(p->drawingarea->window, NULL, FALSE);
}