Added VOID__DOUBLE_DOUBLE_DOUBLE_DOUBLE marshaller.
2008-07-12 Martin Nordholts <martinn@svn.gnome.org> * app/core/gimpmarshal.list: Added VOID__DOUBLE_DOUBLE_DOUBLE_DOUBLE marshaller. * app/widgets/gimpnavigationview.c: Make the "marker-changed" signal also pass the marker width and height as parameters. * app/display/gimpnavigationeditor.c: Updated accordingly. svn path=/trunk/; revision=26160
This commit is contained in:
committed by
Martin Nordholts
parent
6cc021bd4e
commit
2e86bdab85
@ -71,6 +71,8 @@ static gboolean gimp_navigation_editor_button_release (GtkWidget *wi
|
||||
static void gimp_navigation_editor_marker_changed (GimpNavigationView *view,
|
||||
gdouble x,
|
||||
gdouble y,
|
||||
gdouble width,
|
||||
gdouble height,
|
||||
GimpNavigationEditor *editor);
|
||||
static void gimp_navigation_editor_zoom (GimpNavigationView *view,
|
||||
GimpZoomType direction,
|
||||
@ -491,6 +493,8 @@ static void
|
||||
gimp_navigation_editor_marker_changed (GimpNavigationView *view,
|
||||
gdouble x,
|
||||
gdouble y,
|
||||
gdouble width,
|
||||
gdouble height,
|
||||
GimpNavigationEditor *editor)
|
||||
{
|
||||
if (editor->shell)
|
||||
|
||||
Reference in New Issue
Block a user