Skip to content

Commit

Permalink
Clarify comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alemart committed Dec 17, 2023
1 parent e45f4a8 commit 44a0268
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -723,8 +723,8 @@ public AllegroDialog getNativeDialogAddon()
private void dismissMessageBox()
{
// Message boxes block the calling thread. If the app receives a drawing
// halt / resume or a display resize event, Allegro will block the thread
// until these events are acknowledged. If they are emitted while a
// halt / resume or a display resize event, Allegro will block the UI
// thread until these events are acknowledged. If they are emitted while a
// message box is visible and if their acknowledgement takes place in the
// same thread that spawned the message box, then the app will freeze.
// That will happen because they can't be acknowledged while the message
Expand Down

0 comments on commit 44a0268

Please sign in to comment.