From 6c9cb2ec8b57205b2c6ed56b3c9cb7a1ae12a5cf Mon Sep 17 00:00:00 2001 From: Sven Neumann Date: Tue, 22 May 2007 10:51:02 +0000 Subject: [PATCH] formatting. 2007-05-22 Sven Neumann * app/base/tile-manager-private.h: formatting. svn path=/trunk/; revision=22559 --- ChangeLog | 4 ++++ app/base/tile-manager-private.h | 9 +++++---- 2 files changed, 9 insertions(+), 4 deletions(-) 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;