refactor widgets

This commit is contained in:
idea4good
2019-07-03 16:45:58 +08:00
parent a9f16894e1
commit 108da59727
36 changed files with 359 additions and 510 deletions

View File

@@ -44,7 +44,7 @@ void c_audio::init()
}
unsigned long pid;
create_thread(&pid, NULL, render_thread, NULL);
create_thread(&pid, 0, render_thread, 0);
s_flag = true;
}