Mercurial > pidgin
diff src/ui.h @ 3376:8d0fa912ecaf
[gaim-migrate @ 3395]
A small patch by Ethan Blanton to fix proxy problems. We conform!
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Mon, 05 Aug 2002 07:56:37 +0000 |
parents | 3b00d97d59aa |
children | b48b73ef172b |
line wrap: on
line diff
--- a/src/ui.h Mon Aug 05 07:44:11 2002 +0000 +++ b/src/ui.h Mon Aug 05 07:56:37 2002 +0000 @@ -81,6 +81,11 @@ #define FACE_YELL 15 #define FACE_TOTAL 16 +#define GAIM_PIXMAP_ICON 0 +#define GAIM_PIXMAP_ERROR 1 +#define GAIM_PIXMAP_WARNING 2 +#define GAIM_PIXMAP_ + struct debug_window { GtkWidget *window; GtkWidget *entry;