diff src/gtkconv.h @ 11279:ed5302df41b0

[gaim-migrate @ 13474] Patch by Sadrul Habib Chowdhury to fix tab dragging. Many thanks also to Cae for helping to track down the exact behavior, and for helping to test this patch so that Sadrul could provide a version that actually fixes the bug. :-) committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Tue, 16 Aug 2005 18:54:40 +0000
parents 90be432e8385
children 65658ff2deb8
line wrap: on
line diff
--- a/src/gtkconv.h	Tue Aug 16 16:01:44 2005 +0000
+++ b/src/gtkconv.h	Tue Aug 16 18:54:40 2005 +0000
@@ -105,6 +105,8 @@
 	gboolean in_drag;
 	gboolean in_predrag;
 
+	gint drag_tab;
+
 	gint drag_min_x, drag_max_x, drag_min_y, drag_max_y;
 
 	gint drag_motion_signal;