aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2011-10-05 18:01:36 +0200
committerThomas White <taw@physics.org>2011-10-05 18:01:36 +0200
commitc89e22542ffd440e646b9217c963ca98c5c7a5ad (patch)
treee78b5445690cc1e348b7e4ac7de9b8b6d4395837 /src/mainwindow.c
parent48cbffa2da42612a242f96fa0fd09683e9d1442b (diff)
Redraw and drag logic
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);
}