cleanup: eliminate missing sentinel warnings
This commit is contained in:
@@ -253,7 +253,7 @@ ds_force_popup_on_screen(Widget popup, int *popup_x_p, int *popup_y_p) {
|
||||
XtVaSetValues(popup,
|
||||
XmNx, left,
|
||||
XmNy, top,
|
||||
0) ;
|
||||
NULL) ;
|
||||
|
||||
if (popup_x != *popup_x_p || popup_y != *popup_y_p) rcode = TRUE ;
|
||||
else rcode = FALSE ;
|
||||
|
||||
@@ -277,7 +277,7 @@ p_create_editor_pane(
|
||||
}
|
||||
}
|
||||
|
||||
XtVaGetValues(pu->ep_dur_cb, XmNtextField, &text_field, 0);
|
||||
XtVaGetValues(pu->ep_dur_cb, XmNtextField, &text_field, NULL);
|
||||
XtAddCallback(text_field, XmNvalueChangedCallback, p_mark_change, pu);
|
||||
XtAddCallback(pu->ep_dur_cb, XmNselectionCallback, p_mark_change, pu);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user