gimp r26382 - in trunk: . app/base
- From: neo svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp r26382 - in trunk: . app/base
- Date: Tue, 5 Aug 2008 15:10:48 +0000 (UTC)
Author: neo
Date: Tue Aug 5 15:10:47 2008
New Revision: 26382
URL: http://svn.gnome.org/viewvc/gimp?rev=26382&view=rev
Log:
2008-08-05 Sven Neumann <sven gimp org>
* app/base/tile-manager.h
* app/base/tile-pyramid.h: moved a misplaced comment to the
right
place.
Modified:
trunk/ChangeLog
trunk/app/base/tile-manager.h
trunk/app/base/tile-pyramid.h
Modified: trunk/app/base/tile-manager.h
==============================================================================
--- trunk/app/base/tile-manager.h (original)
+++ trunk/app/base/tile-manager.h Tue Aug 5 15:10:47 2008
@@ -26,15 +26,7 @@
GType gimp_tile_manager_get_type (void) G_GNUC_CONST;
-/* Creates a new tile manager with the specified width for the
- * toplevel. The toplevel size is used to compute the number of
- * levels and their size. Each level is 1/2 the width and height of
- * the level above it.
- *
- * The toplevel is level 0. The smallest level in the hierarchy
- * is "nlevels - 1". That level will be smaller than TILE_WIDTH x
- * TILE_HEIGHT
- */
+/* Creates a new tile manager with the specified size */
TileManager * tile_manager_new (gint width,
gint height,
gint bpp);
Modified: trunk/app/base/tile-pyramid.h
==============================================================================
--- trunk/app/base/tile-pyramid.h (original)
+++ trunk/app/base/tile-pyramid.h Tue Aug 5 15:10:47 2008
@@ -20,6 +20,15 @@
#define __TILE_PYRAMID_H__
+/* Creates a new tile pyramid with the specified size for the
+ * toplevel. The toplevel size is used to compute the number of
+ * levels and their size. Each level is 1/2 the width and height of
+ * the level above it.
+ *
+ * The toplevel is level 0. The smallest level in the hierarchy
+ * is "nlevels - 1". That level will be smaller than TILE_WIDTH x
+ * TILE_HEIGHT
+ */
TilePyramid * tile_pyramid_new (GimpImageType type,
gint width,
gint height);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]