Merge "Remove window system dependent file and source" into tizen accepted/tizen/mobile/20160115.011030 accepted/tizen/tv/20160115.011227 accepted/tizen/wearable/20160115.011812 submit/tizen_mobile/20160114.055555 submit/tizen_tv/20160114.055555 submit/tizen_wearable/20160114.055555
authorBoram Park <boram1288.park@samsung.com>
Thu, 14 Jan 2016 07:58:41 +0000 (23:58 -0800)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Thu, 14 Jan 2016 07:58:41 +0000 (23:58 -0800)
src/tbm_bufmgr.c

index c337302..90944a9 100755 (executable)
@@ -1276,12 +1276,12 @@ tbm_bo tbm_bo_import_fd(tbm_bufmgr bufmgr, tbm_fd fd)
        return bo;
 }
 
-unsigned int tbm_bo_export(tbm_bo bo)
+tbm_key tbm_bo_export(tbm_bo bo)
 {
        TBM_RETURN_VAL_IF_FAIL(_tbm_bo_is_valid(bo), 0);
 
        tbm_bufmgr bufmgr;
-       int ret;
+       tbm_key ret;
 
        bufmgr = bo->bufmgr;