From 6b94e0329841ed8e80dbb55a3f8c2eee41b3168b Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Wed, 14 Dec 2011 19:51:25 -0500 Subject: Make refcount declarations uniform. --- libdimension/dimension/texture.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libdimension/dimension/texture.h') diff --git a/libdimension/dimension/texture.h b/libdimension/dimension/texture.h index a3cf744..52756ac 100644 --- a/libdimension/dimension/texture.h +++ b/libdimension/dimension/texture.h @@ -31,7 +31,7 @@ typedef struct { dmnsn_matrix trans; /**< Transformation matrix. */ dmnsn_matrix trans_inv; /**< The inverse of the transformation matrix. */ - dmnsn_refcount refcount; /**< @internal Reference count. */ + DMNSN_REFCOUNT; /**< Reference count. */ bool initialized; /**< @internal Whether the texture is initialized yet. */ } dmnsn_texture; -- cgit v1.2.3