mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
updated for version 7.2-319
This commit is contained in:
parent
5d985b9cca
commit
088598d7d6
@ -1274,13 +1274,12 @@ gui_xm_select_font(char_u *current)
|
||||
XtAppProcessEvent(XtWidgetToApplicationContext(data->dialog),
|
||||
(XtInputMask)XtIMAll);
|
||||
|
||||
XtDestroyWidget(data->dialog);
|
||||
|
||||
if (data->old)
|
||||
{
|
||||
XFreeFont(XtDisplay(data->dialog), data->old);
|
||||
XmFontListFree(data->old_list);
|
||||
}
|
||||
XtDestroyWidget(data->dialog);
|
||||
|
||||
gui_motif_synch_fonts();
|
||||
|
||||
|
@ -681,6 +681,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
319,
|
||||
/**/
|
||||
318,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user