summaryrefslogtreecommitdiff
path: root/image/gif.h
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2008-08-24 12:40:35 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2008-08-24 12:40:35 +0000
commitb89e953bc802cd9fdb34b35653e5be7836f1e513 (patch)
tree928ff8f86753c02c7489ea025404ee27a24932a5 /image/gif.h
parentf38eec17332881aa8024d6df0c8bd8a7bd94f8bd (diff)
downloadnetsurf-b89e953bc802cd9fdb34b35653e5be7836f1e513.tar.gz
netsurf-b89e953bc802cd9fdb34b35653e5be7836f1e513.tar.bz2
Style Guide; formatting changes.
svn path=/trunk/netsurf/; revision=5192
Diffstat (limited to 'image/gif.h')
-rw-r--r--image/gif.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/image/gif.h b/image/gif.h
index 612aa1ad5..160168f52 100644
--- a/image/gif.h
+++ b/image/gif.h
@@ -17,6 +17,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+/** \file
+ * GIF support (interface).
+ */
+
#ifndef _NETSURF_IMAGE_GIF_H_
#define _NETSURF_IMAGE_GIF_H_
@@ -29,8 +33,8 @@
struct content;
struct content_gif_data {
- struct gif_animation *gif; /**< GIF animation data */
- int current_frame; /**< current frame to display [0...(max-1)] */
+ struct gif_animation *gif; /**< GIF animation data */
+ int current_frame; /**< current frame to display [0...(max-1)] */
};
bool nsgif_create(struct content *c, const char *params[]);