mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-07 01:10:39 +01:00
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:
parent
0aa5a97b03
commit
808bf59cac
1 changed files with 1 additions and 1 deletions
|
|
@ -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) \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue