Mercurial > pidgin
comparison 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 |
comparison
equal
deleted
inserted
replaced
3375:fb1a0caadb9f | 3376:8d0fa912ecaf |
---|---|
78 #define FACE_THINK 12 | 78 #define FACE_THINK 12 |
79 #define FACE_TONGUE 13 | 79 #define FACE_TONGUE 13 |
80 #define FACE_WINK 14 | 80 #define FACE_WINK 14 |
81 #define FACE_YELL 15 | 81 #define FACE_YELL 15 |
82 #define FACE_TOTAL 16 | 82 #define FACE_TOTAL 16 |
83 | |
84 #define GAIM_PIXMAP_ICON 0 | |
85 #define GAIM_PIXMAP_ERROR 1 | |
86 #define GAIM_PIXMAP_WARNING 2 | |
87 #define GAIM_PIXMAP_ | |
83 | 88 |
84 struct debug_window { | 89 struct debug_window { |
85 GtkWidget *window; | 90 GtkWidget *window; |
86 GtkWidget *entry; | 91 GtkWidget *entry; |
87 }; | 92 }; |