diff --git a/ChangeLog b/ChangeLog index 5c1bc054dc..0a7ed72857 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-05-22 Sven Neumann + + * app/base/tile-manager-private.h: formatting. + 2007-05-22 Michael Natterer * app/actions/data-commands.c diff --git a/app/base/tile-manager-private.h b/app/base/tile-manager-private.h index ac68b99ff4..fb4e3866dc 100644 --- a/app/base/tile-manager-private.h +++ b/app/base/tile-manager-private.h @@ -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;