wsi/display: add comment

Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
Eric Engestrom 2018-09-16 15:22:29 +01:00
parent 0aa5a97b03
commit 808bf59cac

View 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) \