aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/view-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/view-utils.h')
-rw-r--r--calendar/gui/view-utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gui/view-utils.h b/calendar/gui/view-utils.h
index ea6e885eb0..6e934c0407 100644
--- a/calendar/gui/view-utils.h
+++ b/calendar/gui/view-utils.h
@@ -22,5 +22,7 @@ enum {
void view_utils_draw_events (GtkWidget *widget, GdkWindow *window, GdkGC *gc, GdkRectangle *area,
int flags, GList *events, time_t start, time_t end);
+void view_utils_draw_textured_frame (GtkWidget *widget, GdkWindow *window, GdkRectangle *rect, GtkShadowType shadow);
+
#endif