mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-20 01:40:14 -05:00
wayland: only bind to 'presentation' interface if -p,--presentation-timings
This commit is contained in:
parent
7fe081600a
commit
b100a82c2a
3 changed files with 16 additions and 10 deletions
2
main.c
2
main.c
|
|
@ -235,7 +235,7 @@ main(int argc, char *const *argv)
|
|||
if ((fdm = fdm_init()) == NULL)
|
||||
goto out;
|
||||
|
||||
if ((wayl = wayl_init(fdm)) == NULL)
|
||||
if ((wayl = wayl_init(&conf, fdm)) == NULL)
|
||||
goto out;
|
||||
|
||||
if (!as_server && (term = term_init(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue