'smart qotes' now will replace '<', '>' and '&' inside 'pre' and 'code' tags
[k8lowj.git] / src / icons.h
blob4ab5b33163c1bcc19dd16a05ae971bb5bb935c83
1 /* logjam - a GTK client for LiveJournal.
2 * Copyright (C) 2000-2003 Evan Martin <evan@livejournal.com>
4 * vim: tabstop=4 shiftwidth=4 noexpandtab :
5 */
7 #ifndef icons_h
8 #define icons_h
10 void icons_initialize(void);
11 GdkPixbuf* icons_rarrow_pixbuf(void);
12 GdkPixbuf* icons_larrow_pixbuf(void);
13 GdkPixbuf* icons_lrarrow_pixbuf(void);
15 #ifndef HAVE_LIBRSVG
16 /* how many throbber images we have... */
17 #define THROBBER_COUNT 8
18 void icons_load_throbber(GdkPixbuf *pbs[]);
19 #endif /* HAVE_LIBRSVG */
21 #endif /* icons_h */