From 517715abd19f057b9d4894bcc86de8a4edd52234 Mon Sep 17 00:00:00 2001 From: leo Date: Tue, 14 Feb 2006 05:47:16 +0000 Subject: Added the lcApplication class. git-svn-id: http://svn.leocad.org/trunk@473 c7d43263-9d01-0410-8a33-9dba5d9f93d6 --- common/typedefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/typedefs.h') diff --git a/common/typedefs.h b/common/typedefs.h index 9346fe8..a12882c 100644 --- a/common/typedefs.h +++ b/common/typedefs.h @@ -267,7 +267,7 @@ typedef struct bool truecolor; unsigned char background[3]; float pause; - unsigned char format; + unsigned int format; } LC_IMAGE_OPTS; typedef struct -- cgit v1.2.3