fix the typo
authorSooChan Lim <sc1.lim@samsung.com>
Tue, 25 Jun 2013 11:12:30 +0000 (20:12 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Tue, 25 Jun 2013 11:12:30 +0000 (20:12 +0900)
Change-Id: I5d5de64a3d114c784f0617503d631557201fed6c

packaging/libtbm.spec
src/tbm_bufmgr.h

index f7e14e5..05a5bf8 100644 (file)
@@ -1,6 +1,6 @@
 Name:           libtbm
 Version:        1.0.6
-Release:        1
+Release:        2
 License:        MIT
 Summary:        Tizen Buffer Manager Library
 Group:          System/Libraries
index af9b622..7400a32 100755 (executable)
@@ -51,7 +51,7 @@ typedef struct _tbm_bo *tbm_bo;
 /* TBM_OPTION */
 #define TBM_OPTION_READ      (1 << 0) /**< access option to read  */
 #define TBM_OPTION_WRITE     (1 << 1) /**< access option to write */
-#define TBM_OPTION_VENDOR    (0xffff00000) /**< vendor specific option: it depends on the backend */
+#define TBM_OPTION_VENDOR    (0xffff0000) /**< vendor specific option: it depends on the backend */
 
 /**
  * @brief tbm_bo_handle