diff options
author | Andy Hertzfeld <andy@src.gnome.org> | 2000-09-21 22:44:09 +0000 |
---|---|---|
committer | Andy Hertzfeld <andy@src.gnome.org> | 2000-09-21 22:44:09 +0000 |
commit | 38839aa81a7ded0a27eb8efadab1325a4c83bce6 (patch) | |
tree | b35b2654a823192bae7c52c2c372b5d6eed1af49 /libnautilus-extensions/nautilus-icon-private.h | |
parent | 1dda98bba0893365d129fcd0519ef5de8f0d36e4 (diff) | |
download | nautilus-38839aa81a7ded0a27eb8efadab1325a4c83bce6.tar.gz |
fixed bugs 3084, 3119, 3134, icon stretch handles are not drawn in the
fixed bugs 3084, 3119, 3134, icon stretch handles are not drawn
in the right place or hit-tested properly, by removing some
bogus offsets.
fixed bugs 764 and 2626, icon stretching is way too slow, by only
doing the relayout and update position when the stretching is
finished, instead of doing it every time the mouse moves during
the stretch. Also, made it relayout if necessary after stretching
is finished, like it was intending to do.
Diffstat (limited to 'libnautilus-extensions/nautilus-icon-private.h')
-rw-r--r-- | libnautilus-extensions/nautilus-icon-private.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libnautilus-extensions/nautilus-icon-private.h b/libnautilus-extensions/nautilus-icon-private.h index eabd7277a..66a630f83 100644 --- a/libnautilus-extensions/nautilus-icon-private.h +++ b/libnautilus-extensions/nautilus-icon-private.h @@ -197,7 +197,8 @@ void nautilus_icon_container_move_icon (NautilusIconC int y, double scale_x, double scale_y, - gboolean raise); + gboolean raise, + gboolean update_position); void nautilus_icon_container_select_list_unselect_others (NautilusIconContainer *container, GList *icons); char * nautilus_icon_container_get_icon_uri (NautilusIconContainer *container, |