diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2006-09-19 01:19:11 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2006-09-19 01:19:11 +0800 |
commit | 5222fa33968906e963bc6e4d58a48cf6e83c37d5 (patch) | |
tree | 86c6112a1281dd932a9eb707ecab314adb9740f9 /calendar/gui/e-calendar-view.h | |
parent | 300f448794f8df0450e925702d03f710a7b5c439 (diff) | |
download | gsoc2013-evolution-5222fa33968906e963bc6e4d58a48cf6e83c37d5.tar.gz gsoc2013-evolution-5222fa33968906e963bc6e4d58a48cf6e83c37d5.tar.zst gsoc2013-evolution-5222fa33968906e963bc6e4d58a48cf6e83c37d5.zip |
Fixes #351332
2006-09-18 Matthew Barnes <mbarnes@redhat.com>
Fixes #351332
* gui/cal-search-bar.c:
* gui/e-cal-model-tasks.h:
* gui/e-calendar-view.h:
* gui/gnome-cal.h:
* gui/dialogs/memo-page.h:
Fix implicit function declarations.
svn path=/trunk/; revision=32789
Diffstat (limited to 'calendar/gui/e-calendar-view.h')
-rw-r--r-- | calendar/gui/e-calendar-view.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/calendar/gui/e-calendar-view.h b/calendar/gui/e-calendar-view.h index bbf95da71e..c82da57488 100644 --- a/calendar/gui/e-calendar-view.h +++ b/calendar/gui/e-calendar-view.h @@ -166,6 +166,18 @@ void e_calendar_view_modify_and_send (ECalComponent *comp, gboolean new); gboolean e_calendar_view_get_tooltips (ECalendarViewEventData *data); + +void e_calendar_view_move_tip (GtkWidget *widget, int x, int y); + +#ifdef ENABLE_CAIRO +void draw_curved_rectangle (cairo_t *cr, + double x0, + double y0, + double rect_width, + double rect_height, + double radius); +#endif + G_END_DECLS #endif |