projects
/
platform
/
core
/
uifw
/
vulkan-wsi-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b50c365
)
wsi.h: Fixed wrong type for const pointer value.
43/182043/1
author
joonbum.ko
<joonbum.ko@samsung.com>
Wed, 20 Jun 2018 04:38:41 +0000
(13:38 +0900)
committer
joonbum.ko
<joonbum.ko@samsung.com>
Wed, 20 Jun 2018 04:38:41 +0000
(13:38 +0900)
Change-Id: Iaffd885ff3db4da4d1db18c3310f5ceea62b4db5
Signed-off-by: joonbum.ko <joonbum.ko@samsung.com>
src/wsi/wsi.h
patch
|
blob
|
history
diff --git
a/src/wsi/wsi.h
b/src/wsi/wsi.h
index
6691029
..
7b59d14
100644
(file)
--- a/
src/wsi/wsi.h
+++ b/
src/wsi/wsi.h
@@
-123,7
+123,7
@@
struct vk_buffer {
};
struct vk_swapchain {
-
VkAllocationCallbacks
*allocator;
+
const VkAllocationCallbacks
*allocator;
VkSurfaceKHR surface;
VkResult (*get_buffers) (VkDevice,