comparison 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
comparison
equal deleted inserted replaced
11278:93258e8fb6d2 11279:ed5302df41b0
102 } menu; 102 } menu;
103 103
104 /* Tab dragging stuff. */ 104 /* Tab dragging stuff. */
105 gboolean in_drag; 105 gboolean in_drag;
106 gboolean in_predrag; 106 gboolean in_predrag;
107
108 gint drag_tab;
107 109
108 gint drag_min_x, drag_max_x, drag_min_y, drag_max_y; 110 gint drag_min_x, drag_max_x, drag_min_y, drag_max_y;
109 111
110 gint drag_motion_signal; 112 gint drag_motion_signal;
111 gint drag_leave_signal; 113 gint drag_leave_signal;