rename tbm_type_into to tbm_type_common 19/172619/1
authorSooChan Lim <sc1.lim@samsung.com>
Thu, 15 Mar 2018 01:36:16 +0000 (10:36 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Thu, 15 Mar 2018 01:36:16 +0000 (10:36 +0900)
Change-Id: I8293dd35bbec9b36774564f0271d5c7a26201932

packaging/libtbm.spec
src/Makefile.am
src/tbm_bo.h
src/tbm_bufmgr.h
src/tbm_type_common.h [moved from src/tbm_type_int.h with 98% similarity]

index 120b31a..79af5a4 100644 (file)
@@ -110,7 +110,7 @@ rm -f %{_unitdir_user}/basic.target.wants/tbm-drm-auth-user.path
 %{_includedir}/tbm_surface_queue.h
 %{_includedir}/tbm_bufmgr_backend.h
 %{_includedir}/tbm_type.h
-%{_includedir}/tbm_type_int.h
+%{_includedir}/tbm_type_common.h
 %{_includedir}/tbm_drm_helper.h
 %{_includedir}/tbm_sync.h
 %{_includedir}/tbm_bo.h
index 8e2307f..6ac8c6e 100644 (file)
@@ -48,7 +48,7 @@ libtbminclude_HEADERS = tbm_bufmgr.h \
                                                tbm_surface.h \
                                                tbm_bufmgr_backend.h \
                                                tbm_type.h \
-                                               tbm_type_int.h \
+                                               tbm_type_common.h \
                                                tbm_surface_internal.h \
                                                tbm_surface_queue.h \
                                                tbm_drm_helper.h \
index d4ef6ab..84fe9b7 100644 (file)
@@ -33,7 +33,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 #define _TBM_BO_H_
 
 #include <tbm_type.h>
-#include <tbm_type_int.h>
+#include <tbm_type_common.h>
 
 /**
  * \file tbm_bo.h
index 0926b31..f597211 100644 (file)
@@ -33,7 +33,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 #define _TBM_BUFMGR_H_
 
 #include <tbm_type.h>
-#include <tbm_type_int.h>
+#include <tbm_type_common.h>
 #include <tbm_bo.h>
 
 /**
similarity index 98%
rename from src/tbm_type_int.h
rename to src/tbm_type_common.h
index e9d2942..8f68fa8 100644 (file)
@@ -30,13 +30,13 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
 **************************************************************************/
 
-#ifndef _TBM_TYPE_INT_H_
-#define _TBM_TYPE_INT_H_
+#ifndef _TBM_TYPE_COMMON_H_
+#define _TBM_TYPE_COMMON_H_
 
-#include <stdint.h>
+#include <tbm_type.h>
 
 /**
- * \file tbm_type_int.h
+ * \file tbm_type_common.h
  * \brief Type definition used internally
  */
 
@@ -209,4 +209,4 @@ typedef enum {
        TBM_BUFGMR_DEBUG_TRACE_SURFACE_QUEUE    = (1 << 3),
 } tbm_bufmgr_debug_trace_mask;
 
-#endif                                                 /* _TBM_TYPE_INT_H_ */
+#endif                                                 /* _TBM_TYPE_COMMON_H_ */