babl r366 - in trunk: . babl
- From: martinn svn gnome org
- To: svn-commits-list gnome org
- Subject: babl r366 - in trunk: . babl
- Date: Thu, 15 Jan 2009 20:14:16 +0000 (UTC)
Author: martinn
Date: Thu Jan 15 20:14:16 2009
New Revision: 366
URL: http://svn.gnome.org/viewvc/babl?rev=366&view=rev
Log:
* babl/babl.h: Make BablClassType an int again, it doesn't make
sense as an enum as the set of class types is not a natural
predefined set.
Modified:
trunk/ChangeLog
trunk/babl/babl.h
Modified: trunk/babl/babl.h
==============================================================================
--- trunk/babl/babl.h (original)
+++ trunk/babl/babl.h Thu Jan 15 20:14:16 2009
@@ -43,7 +43,7 @@
*/
#define BABL_ALPHA_THRESHOLD 0.000000152590219
-typedef enum {
+enum {
BABL_INSTANCE = BABL_MAGIC,
BABL_TYPE,
BABL_TYPE_INTEGER,
@@ -67,7 +67,8 @@
BABL_EXTENSION,
BABL_SKY
-} BablClassType;
+};
+typedef int BablClassType;
typedef union _Babl Babl;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]