aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-reflow.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2002-06-06 03:35:13 +0800
committerChris Lahey <clahey@src.gnome.org>2002-06-06 03:35:13 +0800
commit1e1f118e64f9ee4205daecced6fcbba77fc1abbb (patch)
tree7fdea44eca3e13846f9c767fa448606af2d3997c /widgets/misc/e-reflow.h
parent7c0ae30997a173f4f6411123fdef2db9512ad4a4 (diff)
downloadgsoc2013-evolution-1e1f118e64f9ee4205daecced6fcbba77fc1abbb.tar
gsoc2013-evolution-1e1f118e64f9ee4205daecced6fcbba77fc1abbb.tar.gz
gsoc2013-evolution-1e1f118e64f9ee4205daecced6fcbba77fc1abbb.tar.bz2
gsoc2013-evolution-1e1f118e64f9ee4205daecced6fcbba77fc1abbb.tar.lz
gsoc2013-evolution-1e1f118e64f9ee4205daecced6fcbba77fc1abbb.tar.xz
gsoc2013-evolution-1e1f118e64f9ee4205daecced6fcbba77fc1abbb.tar.zst
gsoc2013-evolution-1e1f118e64f9ee4205daecced6fcbba77fc1abbb.zip
Bumped the version number to 0.19.99.17.
2002-06-05 Christopher James Lahey <clahey@ximian.com> * configure.in: Bumped the version number to 0.19.99.17. * gal/widgets/e-reflow.c, gal/widgets/e-reflow.h (e_reflow_selection_event_real): Made this function handle GDK_BUTTON_RELEASE. Added a maybe_in_drag variable that the API user can set to 0 to indicate that a drag has occurred. svn path=/trunk/; revision=17122
Diffstat (limited to 'widgets/misc/e-reflow.h')
-rw-r--r--widgets/misc/e-reflow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/widgets/misc/e-reflow.h b/widgets/misc/e-reflow.h
index 0aed25945c..7d002a0a69 100644
--- a/widgets/misc/e-reflow.h
+++ b/widgets/misc/e-reflow.h
@@ -112,6 +112,9 @@ struct _EReflow
guint need_reflow_columns : 1;
guint default_cursor_shown : 1;
+
+ guint maybe_did_something : 1;
+ guint maybe_in_drag : 1;
GdkCursor *arrow_cursor;
GdkCursor *default_cursor;
};