diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-07-09 20:58:57 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-07-09 20:58:57 +0000 |
commit | ac76e4dd911ffbfe12aa5976c8629d3e310ccce9 (patch) | |
tree | 13465b07fbed143a29798a785c8cc83fe4fb8731 /src/gui_athena.c | |
parent | 51bab74a875cbd0834ecb6483217e2fa0abea319 (diff) | |
download | vim-git-ac76e4dd911ffbfe12aa5976c8629d3e310ccce9.tar.gz |
updated for version 7.0106
Diffstat (limited to 'src/gui_athena.c')
-rw-r--r-- | src/gui_athena.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui_athena.c b/src/gui_athena.c index 91026ea21..9507e783a 100644 --- a/src/gui_athena.c +++ b/src/gui_athena.c @@ -2309,7 +2309,7 @@ gui_mch_dialog(type, title, message, buttons, dfltbutton, textfield) XtPopup(dialogshell, XtGrabNonexclusive); - while (1) + for (;;) { XtAppNextEvent(app, &event); XtDispatchEvent(&event); |