formatting.

2007-05-22  Sven Neumann  <sven@gimp.org>

	* app/base/tile-manager-private.h: formatting.

svn path=/trunk/; revision=22559
This commit is contained in:
Sven Neumann 2007-05-22 10:51:02 +00:00 committed by Sven Neumann
parent ada79e533a
commit 6c9cb2ec8b
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2007-05-22 Sven Neumann <sven@gimp.org>
* app/base/tile-manager-private.h: formatting.
2007-05-22 Michael Natterer <mitch@gimp.org>
* app/actions/data-commands.c

View File

@ -37,20 +37,21 @@ struct _TileManager
TileValidateProc validate_proc; /* this proc is called when an attempt
* to get an invalid tile is made.
*/
gint cached_num; /* number of cached tile */
Tile *cached_tile; /* the actual cached tile */
gint cached_num; /* number of cached tile */
Tile *cached_tile; /* the actual cached tile */
gpointer user_data; /* hook for hanging data off of */
};
typedef struct _PixelDataHandlePrivate PixelDataHandlePrivate;
struct _PixelDataHandlePrivate
{
PixelDataHandle public;
TileManager *tm;
gint x1, x2, y1, y2;
gboolean readable;
gint x1, x2, y1, y2;
gboolean readable;
gboolean writeable;
gboolean local_buffer;
Tile *tile;