fix(gtk): use idle to avoid mutex

This commit is contained in:
Alexis
2018-08-10 23:21:21 +02:00
parent 95f1ab471a
commit 2512d51564
15 changed files with 42 additions and 71 deletions

View File

@ -6,7 +6,7 @@ project(
)
cpp_args = []
cpp_link_args = []
cpp_link_args = ['-g']
if false # libc++
cpp_args += ['-stdlib=libc++']