Mention more Wine debugging strategies

This commit is contained in:
Robbert van der Helm
2020-04-19 16:38:09 +02:00
parent 1f56617abe
commit b44d98b4c7
2 changed files with 13 additions and 7 deletions
+2 -1
View File
@@ -188,7 +188,8 @@ LRESULT CALLBACK window_proc(HWND handle,
}
// We'll send idle messages on a timer. This way the plugin will get
// keep periodically updating its editor while the GUI is being
// keep periodically updating its editor either when the host sends
// `effEditIdle` themself, or periodically when the GUI is being
// blocked by a dropdown or a message box.
editor->send_idle_event();
return 0;