diff options
author | Eric Engestrom <[email protected]> | 2018-09-16 15:22:29 +0100 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-02-02 23:08:03 +0000 |
commit | 808bf59cac793bc6c7de04eee4e23e6921a8a7b5 (patch) | |
tree | b97ae57fec674499fcd71cab94c37293f875071a /src/vulkan/wsi | |
parent | 0aa5a97b03159f59513bd96dbf7c25c2d22e3c1c (diff) |
wsi/display: add comment
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Keith Packard <[email protected]>
Diffstat (limited to 'src/vulkan/wsi')
-rw-r--r-- | src/vulkan/wsi/wsi_common_display.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vulkan/wsi/wsi_common_display.c b/src/vulkan/wsi/wsi_common_display.c index 20209b0cbd0..f99360e8416 100644 --- a/src/vulkan/wsi/wsi_common_display.c +++ b/src/vulkan/wsi/wsi_common_display.c @@ -96,7 +96,7 @@ struct wsi_display { pthread_cond_t wait_cond; pthread_t wait_thread; - struct list_head connectors; + struct list_head connectors; /* list of all discovered connectors */ }; #define wsi_for_each_display_mode(_mode, _conn) \ |