forked from aniani/vim
updated for version 7.0106
This commit is contained in:
parent
51bab74a87
commit
ac76e4dd91
@ -2309,7 +2309,7 @@ gui_mch_dialog(type, title, message, buttons, dfltbutton, textfield)
|
||||
|
||||
XtPopup(dialogshell, XtGrabNonexclusive);
|
||||
|
||||
while (1)
|
||||
for (;;)
|
||||
{
|
||||
XtAppNextEvent(app, &event);
|
||||
XtDispatchEvent(&event);
|
||||
|
Loading…
x
Reference in New Issue
Block a user