From e297246f6519b0d066777a84e50274990f675047 Mon Sep 17 00:00:00 2001 From: Hiro Date: Tue, 26 Sep 2006 14:50:25 +0000 Subject: trayicon.c: fixed compilation failure. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1190 ee746299-78ed-0310-b773-934348b2243d --- src/trayicon.c | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'src/trayicon.c') diff --git a/src/trayicon.c b/src/trayicon.c index 668ce9cb..50c94f34 100644 --- a/src/trayicon.c +++ b/src/trayicon.c @@ -331,7 +331,7 @@ static void trayicon_app_exit(GtkWidget *widget, gpointer data) #else /* GTK_CHECK_VERSION(2, 10, 0) || defined(GDK_WINDOWING_X11) */ -GtkWidget *trayicon_create(MainWindow *mainwin) +TrayIcon *trayicon_create(MainWindow *mainwin) { return NULL; } @@ -344,4 +344,12 @@ void trayicon_set_stock_icon(StockPixmap icon) { } +void trayicon_show(TrayIcon *tray_icon) +{ +} + +void trayicon_destroy(TrayIcon *tray_icon) +{ +} + #endif /* GTK_CHECK_VERSION(2, 10, 0) || defined(GDK_WINDOWING_X11) */ -- cgit v1.2.3