diff -r 89e348e53f71 -r 14cda54c3fbf pidgin/gtkconv.h --- a/pidgin/gtkconv.h Sun May 15 02:33:18 2022 -0500 +++ b/pidgin/gtkconv.h Tue May 17 01:49:31 2022 -0500 @@ -26,8 +26,6 @@ #ifndef _PIDGIN_CONVERSATION_H_ #define _PIDGIN_CONVERSATION_H_ -typedef struct _PidginImPane PidginImPane; -typedef struct _PidginChatPane PidginChatPane; typedef struct _PidginConversation PidginConversation; enum { @@ -75,12 +73,10 @@ GtkWidget *editor; GtkWidget *entry; - union - { - PidginImPane *im; - PidginChatPane *chat; - - } u; + guint32 typing_timer; + GtkWidget *count; + GtkWidget *list; + GtkWidget *topic_text; time_t newday; GtkWidget *infopane;