app/tests: test-tools.c formating
This commit is contained in:
@ -277,12 +277,12 @@ gimp_tools_synthesize_image_click_drag_release (GimpDisplayShell *shell,
|
|||||||
gint button /*1..3*/,
|
gint button /*1..3*/,
|
||||||
GdkModifierType modifiers)
|
GdkModifierType modifiers)
|
||||||
{
|
{
|
||||||
gdouble start_canvas_x = -1.0;
|
gdouble start_canvas_x = -1.0;
|
||||||
gdouble start_canvas_y = -1.0;
|
gdouble start_canvas_y = -1.0;
|
||||||
gdouble end_canvas_x = -1.0;
|
gdouble middle_canvas_x = -1.0;
|
||||||
gdouble end_canvas_y = -1.0;
|
gdouble middle_canvas_y = -1.0;
|
||||||
gdouble middle_canvas_x = -1.0;
|
gdouble end_canvas_x = -1.0;
|
||||||
gdouble middle_canvas_y = -1.0;
|
gdouble end_canvas_y = -1.0;
|
||||||
|
|
||||||
/* Transform coordinates */
|
/* Transform coordinates */
|
||||||
gimp_display_shell_transform_xy_f (shell,
|
gimp_display_shell_transform_xy_f (shell,
|
||||||
@ -351,8 +351,8 @@ gimp_tools_synthesize_image_click_drag_release (GimpDisplayShell *shell,
|
|||||||
* @fixture:
|
* @fixture:
|
||||||
* @data:
|
* @data:
|
||||||
*
|
*
|
||||||
* Make sure it's possible to crop at all. Regression test for bug
|
* Make sure it's possible to crop at all. Regression test for
|
||||||
* 315255.
|
* "Bug 315255 - SIGSEGV, while doing a crop".
|
||||||
**/
|
**/
|
||||||
static void
|
static void
|
||||||
crop_tool_can_crop (GimpTestFixture *fixture,
|
crop_tool_can_crop (GimpTestFixture *fixture,
|
||||||
|
Reference in New Issue
Block a user