diff options
author | Christopher James Lahey <clahey@ximian.com> | 2002-06-06 03:35:13 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2002-06-06 03:35:13 +0800 |
commit | 1e1f118e64f9ee4205daecced6fcbba77fc1abbb (patch) | |
tree | 7fdea44eca3e13846f9c767fa448606af2d3997c /widgets/misc/e-reflow.h | |
parent | 7c0ae30997a173f4f6411123fdef2db9512ad4a4 (diff) | |
download | gsoc2013-evolution-1e1f118e64f9ee4205daecced6fcbba77fc1abbb.tar.gz 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.h | 3 |
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; }; |