app/display/gimpdisplay.c formatting.

2007-08-13  Sven Neumann  <sven@gimp.org>

	* app/display/gimpdisplay.c
	* app/display/gimpdisplay-render.c: formatting.


svn path=/trunk/; revision=23241
This commit is contained in:
Sven Neumann 2007-08-13 19:36:18 +00:00 committed by Sven Neumann
parent a9ea30b731
commit 0c64210b15
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2007-08-13 Sven Neumann <sven@gimp.org>
* app/display/gimpdisplay.c
* app/display/gimpdisplay-render.c: formatting.
2007-08-13 Kevin Cozens <kcozens@cvs.gnome.org>
* plug-ins/script-fu/scheme-wrapper.c (ts_output_string): Use the

View File

@ -525,6 +525,7 @@ gimp_display_flush_whenever (GimpDisplay *display,
(area->y2 - area->y1));
}
}
gimp_area_list_free (display->update_areas);
display->update_areas = NULL;
}
@ -548,6 +549,7 @@ gimp_display_paint_area (GimpDisplay *display,
y1 = CLAMP (y, 0, display->image->height);
x2 = CLAMP (x + w, 0, display->image->width);
y2 = CLAMP (y + h, 0, display->image->height);
x = x1;
y = y1;
w = (x2 - x1);

View File

@ -239,7 +239,6 @@ gimp_display_shell_render (GimpDisplayShell *shell,
TileManager *src_tiles;
gint level;
level = gimp_projection_get_level (projection,
shell->scale_x,
shell->scale_y);