made gimp_display_shell_ruler_button_press() static.
2006-10-31 Michael Natterer <mitch@gimp.org> * app/display/gimpdisplayshell-callbacks.c: made gimp_display_shell_ruler_button_press() static.
This commit is contained in:
committed by
Michael Natterer
parent
87e8ad5637
commit
b577b45435
@ -1,3 +1,8 @@
|
||||
2006-10-31 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/display/gimpdisplayshell-callbacks.c: made
|
||||
gimp_display_shell_ruler_button_press() static.
|
||||
|
||||
2006-10-31 Simon Budig <simon@gimp.org>
|
||||
|
||||
* libgimp/gimp.def: Added missing gimp-version symbols.
|
||||
|
||||
@ -1455,7 +1455,7 @@ gimp_display_shell_canvas_tool_events (GtkWidget *canvas,
|
||||
return return_val;
|
||||
}
|
||||
|
||||
gboolean
|
||||
static gboolean
|
||||
gimp_display_shell_ruler_button_press (GtkWidget *widget,
|
||||
GdkEventButton *event,
|
||||
GimpDisplayShell *shell,
|
||||
|
||||
Reference in New Issue
Block a user