mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-06-13 14:32:57 -04:00
Merge branch 'conn-port' into 'master'
Draft: output: add wlr_output.port See merge request wlroots/wlroots!3979
This commit is contained in:
commit
9075a1191d
7 changed files with 143 additions and 1 deletions
|
|
@ -38,4 +38,7 @@ void match_connectors_with_crtcs(size_t num_conns,
|
|||
size_t num_crtcs, const uint32_t prev_crtcs[static num_crtcs],
|
||||
uint32_t new_crtcs[static num_crtcs]);
|
||||
|
||||
char *get_drm_bus_str(const drmDevice *dev);
|
||||
bool parse_dp_mst_path(const char *path, uint32_t *parent_conn_id, const char **child_path);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue