poll.h: cosmetix
[k8lowj.git] / src / icons.h
blob992831c4ceeededcf239d02d5bffe876c6cc5c83
1 /* logjam - a GTK client for LiveJournal.
2 * Copyright (C) 2000-2003 Evan Martin <evan@livejournal.com>
3 */
4 #ifndef __LOGJAM_ICONS_H__
5 #define __LOGJAM_ICONS_H__
8 extern void icons_initialize (void);
9 extern GdkPixbuf *icons_rarrow_pixbuf (void);
10 extern GdkPixbuf *icons_larrow_pixbuf (void);
11 extern GdkPixbuf *icons_lrarrow_pixbuf (void);
13 #ifndef HAVE_LIBRSVG
14 /* how many throbber images we have... */
15 #define THROBBER_COUNT (8)
16 extern void icons_load_throbber (GdkPixbuf *pbs[]);
17 #endif /* HAVE_LIBRSVG */
20 #endif