| 52 #include "gtksavedstatuses.h" |
52 #include "gtksavedstatuses.h" |
| 53 #include "pidginstock.h" |
53 #include "pidginstock.h" |
| 54 #include "gtkstatusbox.h" |
54 #include "gtkstatusbox.h" |
| 55 #include "gtkutils.h" |
55 #include "gtkutils.h" |
| 56 #include "pidgingdkpixbuf.h" |
56 #include "pidgingdkpixbuf.h" |
| 57 |
|
| 58 #include "gtk3compat.h" |
|
| 59 |
57 |
| 60 /* Timeout for typing notifications in seconds */ |
58 /* Timeout for typing notifications in seconds */ |
| 61 #define TYPING_TIMEOUT 4 |
59 #define TYPING_TIMEOUT 4 |
| 62 |
60 |
| 63 static void remove_typing_cb(PidginStatusBox *box); |
61 static void remove_typing_cb(PidginStatusBox *box); |