forked from aniani/vim
updated for version 7.2a
This commit is contained in:
@@ -69,7 +69,7 @@ add_cancel_action(Widget shell, XtCallbackProc close_callback, void *arg)
|
||||
Display *display = XtDisplay(shell);
|
||||
|
||||
/* deactivate the built-in delete response of killing the application */
|
||||
XtVaSetValues(shell, XmNdeleteResponse, XmDO_NOTHING, 0);
|
||||
XtVaSetValues(shell, XmNdeleteResponse, XmDO_NOTHING, NULL);
|
||||
|
||||
/* add a delete window protocol callback instead */
|
||||
if (!dw_atom)
|
||||
|
||||
Reference in New Issue
Block a user