Mesa (master): vulkan/wsi: Fix some line wrapping

Jason Ekstrand jekstrand at kemper.freedesktop.org
Mon Apr 3 20:51:16 UTC 2017


Module: Mesa
Branch: master
Commit: 3598a2907c071ca4642b8b247c8b0724681ab869
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=3598a2907c071ca4642b8b247c8b0724681ab869

Author: Jason Ekstrand <jason.ekstrand at intel.com>
Date:   Fri Mar 31 22:15:31 2017 -0700

vulkan/wsi: Fix some line wrapping

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
Reviewed-by: Daniel Stone <daniels at collabora.com>

---

 src/vulkan/wsi/wsi_common.h | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/vulkan/wsi/wsi_common.h b/src/vulkan/wsi/wsi_common.h
index 2482876455..8227c1e4e9 100644
--- a/src/vulkan/wsi/wsi_common.h
+++ b/src/vulkan/wsi/wsi_common.h
@@ -70,7 +70,10 @@ struct wsi_swapchain {
                                   uint32_t *image_index);
    VkResult (*queue_present)(struct wsi_swapchain *swap_chain,
                              uint32_t image_index);
-   void (*get_image_and_linear)(struct wsi_swapchain *swapchain, int imageIndex, VkImage *image, VkImage *linear_image);
+   void (*get_image_and_linear)(struct wsi_swapchain *swapchain,
+                                int imageIndex,
+                                VkImage *image,
+                                VkImage *linear_image);
 };
 
 struct wsi_interface {




More information about the mesa-commit mailing list