mirror of https://github.com/GNOME/gimp.git
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:
parent
ada79e533a
commit
6c9cb2ec8b
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue