diff options
author | Eric Engestrom <[email protected]> | 2018-10-28 13:37:26 +0000 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-03-11 10:49:36 +0000 |
commit | 1ee01d91c7e9bb0922b112c11a374283e2ca454b (patch) | |
tree | 18f192f0f8e59b5085474f43ea50cddd415586c3 /src/vulkan/wsi/wsi_common.h | |
parent | 7bb34ecff9833e0b490e90ab04fdaa6342eadc1b (diff) |
wsi: deduplicate get_current_time() functions between display and x11
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Tapani Pälli <[email protected]>
Diffstat (limited to 'src/vulkan/wsi/wsi_common.h')
-rw-r--r-- | src/vulkan/wsi/wsi_common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/vulkan/wsi/wsi_common.h b/src/vulkan/wsi/wsi_common.h index 8851855fa28..e693e2be425 100644 --- a/src/vulkan/wsi/wsi_common.h +++ b/src/vulkan/wsi/wsi_common.h @@ -243,4 +243,7 @@ wsi_common_queue_present(const struct wsi_device *wsi, int queue_family_index, const VkPresentInfoKHR *pPresentInfo); +uint64_t +wsi_common_get_current_time(void); + #endif |