mirror of
https://gitee.com/idea4good/GuiLite.git
synced 2026-06-26 22:33:10 +08:00
refactor widgets
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user