Skip to content

Commit

Permalink
dialog/unix: create zenity argv on the main thread
Browse files Browse the repository at this point in the history
Creating `argv` for zenity means we don't have to pass the building
blocks between threads which allows us to avoid deep copying some nested
structures. It also allows us to fail earlier in case of problems with
building the argument vector.
  • Loading branch information
marcin-serwin authored and slouken committed Dec 12, 2024
1 parent cf59fc7 commit ce7cb10
Showing 1 changed file with 112 additions and 188 deletions.
Loading

0 comments on commit ce7cb10

Please sign in to comment.