comparison pidgin/gtkconvwin.h @ 26395:e1523f30bdb5

Move these variables to the end to not break ABI.
author Mike Ruprecht <maiku@soc.pidgin.im>
date Wed, 01 Apr 2009 04:24:11 +0000
parents 28ab41065172
children 43dcfcdd6a73
comparison
equal deleted inserted replaced
26394:c3cf43b9402f 26395:e1523f30bdb5
47 struct 47 struct
48 { 48 {
49 GtkWidget *menubar; 49 GtkWidget *menubar;
50 50
51 GtkWidget *view_log; 51 GtkWidget *view_log;
52 #ifdef USE_VV
53 GtkWidget *audio_call;
54 GtkWidget *video_call;
55 GtkWidget *audio_video_call;
56 #endif
57 GtkWidget *send_file; 52 GtkWidget *send_file;
58 GtkWidget *add_pounce; 53 GtkWidget *add_pounce;
59 GtkWidget *get_info; 54 GtkWidget *get_info;
60 GtkWidget *invite; 55 GtkWidget *invite;
61 56
98 93
99 gint drag_min_x, drag_max_x, drag_min_y, drag_max_y; 94 gint drag_min_x, drag_max_x, drag_min_y, drag_max_y;
100 95
101 gint drag_motion_signal; 96 gint drag_motion_signal;
102 gint drag_leave_signal; 97 gint drag_leave_signal;
98
99 #ifdef USE_VV
100 GtkWidget *audio_call;
101 GtkWidget *video_call;
102 GtkWidget *audio_video_call;
103 #endif
103 }; 104 };
104 105
105 /*@}*/ 106 /*@}*/
106 107
107 /************************************************************************** 108 /**************************************************************************