diff options
Diffstat (limited to 'src/stock_pixmap.h')
-rw-r--r-- | src/stock_pixmap.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/stock_pixmap.h b/src/stock_pixmap.h index 4da4d41f..c945abad 100644 --- a/src/stock_pixmap.h +++ b/src/stock_pixmap.h @@ -1,6 +1,6 @@ /* * Sylpheed -- a GTK+ based, lightweight, and fast e-mail client - * Copyright (C) 1999-2004 Hiroyuki Yamamoto + * Copyright (C) 1999-2005 Hiroyuki Yamamoto * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -83,5 +83,8 @@ gint stock_pixmap_gdk (GtkWidget *window, StockPixmap icon, GdkPixmap **pixmap, GdkBitmap **mask); +gint stock_pixbuf_gdk (GtkWidget *window, + StockPixmap icon, + GdkPixbuf **pixbuf); #endif /* __STOCK_PIXMAP_H__ */ |