projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79f79a4
)
e_hwc_windows: fix build warning on 64bit system
author
Changyeon Lee
<cyeon.lee@samsung.com>
Thu, 24 Jan 2019 04:41:31 +0000
(13:41 +0900)
committer
SooChan Lim
<sc1.lim@samsung.com>
Fri, 12 Apr 2019 10:00:22 +0000
(19:00 +0900)
Change-Id: Ic39f9f5575706e0054304da19b4fd71e1fecdf0c
src/bin/e_hwc_window.c
patch
|
blob
|
history
diff --git
a/src/bin/e_hwc_window.c
b/src/bin/e_hwc_window.c
index e5cf76b6fd0037de0c56090605a8692f748312d7..51b7d2b7338225c7d8a40f6f2c69f3e5b1338b41 100644
(file)
--- a/
src/bin/e_hwc_window.c
+++ b/
src/bin/e_hwc_window.c
@@
-1743,7
+1743,7
@@
e_hwc_window_commit_data_buffer_dump(E_Hwc_Window *hwc_window)
snprintf(fname, sizeof(fname), "hwc_commit_composite_%p",
hwc_window);
else
- snprintf(fname, sizeof(fname), "hwc_commit_0x%08x_%p",
+ snprintf(fname, sizeof(fname), "hwc_commit_0x%08
z
x_%p",
e_client_util_win_get(hwc_window->ec), hwc_window);
tbm_surface_internal_dump_buffer(hwc_window->commit_data->buffer.tsurface,