e_comp_hwc: moved enum type definition of E_Hwc_Mode into the E_TYPEDEFS. 14/74414/1
authorGwanglim Lee <gl77.lee@samsung.com>
Tue, 14 Jun 2016 07:20:59 +0000 (16:20 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Tue, 14 Jun 2016 07:20:59 +0000 (16:20 +0900)
Change-Id: I92e0e177f4707e1b292810337cc5c3f58a2cb44b

src/bin/e_comp_hwc.h

index 7ae87852db4319f5849a5c6ac337fa4eea032de6..fef64d5fc98144f0822ac7cb00324b9123904560 100644 (file)
@@ -1,9 +1,5 @@
 #ifdef E_TYPEDEFS
 
-#else
-# ifndef E_COMP_HWC_H
-#  define E_COMP_HWC_H
-
 typedef enum _E_Hwc_Mode
 {
    E_HWC_MODE_INVALID,
@@ -13,6 +9,10 @@ typedef enum _E_Hwc_Mode
    E_HWC_MODE_HWC_NO_COMPOSITE = 4  /* display multi surfaces */
 } E_Hwc_Mode;
 
+#else
+# ifndef E_COMP_HWC_H
+#  define E_COMP_HWC_H
+
 EINTERN Eina_Bool e_comp_hwc_init(void);
 EINTERN void      e_comp_hwc_shutdown(void);
 EINTERN Eina_Bool e_comp_hwc_mode_nocomp(E_Client *ec);