Fix structure definition.
authorChristopher Michael <cpmichael1@comcast.net>
Wed, 24 Feb 2010 05:28:57 +0000 (05:28 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Wed, 24 Feb 2010 05:28:57 +0000 (05:28 +0000)
SVN revision: 46422

src/modules/illume2/e_illume.h

index 6dac9be..e3c6d2a 100644 (file)
@@ -153,6 +153,8 @@ typedef struct _E_Illume_Policy_Api
    /**< The label of this policy. */
 } E_Illume_Policy_Api;
 
+typedef struct _E_Illume_Policy E_Illume_Policy;
+
 /**
  * @brief structure for policy
  * 
@@ -161,7 +163,7 @@ typedef struct _E_Illume_Policy_Api
  * 
  * @ingroup E_Illume_Policy_Group
  */
-typedef struct _E_Illume_Policy 
+struct _E_Illume_Policy 
 {
    E_Object e_obj_inherit;
 
@@ -262,7 +264,7 @@ typedef struct _E_Illume_Policy
         /**< pointer to the function that Illume will call when properties 
          * change on a window. @note This function is optional. */
      } funcs;
-} E_Illume_Policy;
+};
 
 /**
  * @defgroup E_Illume_Config_Group Illume Configuration Information