wsi/display: add comment
authorEric Engestrom <eric.engestrom@intel.com>
Sun, 16 Sep 2018 14:22:29 +0000 (15:22 +0100)
committerEric Engestrom <eric.engestrom@intel.com>
Sat, 2 Feb 2019 23:08:03 +0000 (23:08 +0000)
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Keith Packard <keithp@keithp.com>
src/vulkan/wsi/wsi_common_display.c

index 20209b0..f99360e 100644 (file)
@@ -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)                 \